Home
last modified time | relevance | path

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

/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/
H A Ddnn.py2830 def dnn_batch_normalization_test(inputs, gamma, beta, mean, var, function
4087 out = dnn_batch_normalization_test(x, scale, bias, estimated_mean, estimated_variance,
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/tests/
H A Dtest_dnn.py2025 out_gpu = dnn.dnn_batch_normalization_test(x, scale, bias, mean,
2099 out = dnn.dnn_batch_normalization_test(x, scale, bias, mean, var)