Home
last modified time | relevance | path

Searched refs:dnn_spatialtf (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/tests/
H A Dtest_dnn.py2654 st_dnn = dnn.dnn_spatialtf(t_img, t_theta, scale_height=scale_height, scale_width=scale_width)
2683 st_dnn = dnn.dnn_spatialtf(inputs, theta)
2713 out = dnn.dnn_spatialtf(inputs, theta, scale_height=0.25, scale_width=0.75)
2741 out = dnn.dnn_spatialtf(inputs, theta)
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/
H A Ddnn.py3095 def dnn_spatialtf(img, theta, scale_width=1, scale_height=1): function