Home
last modified time | relevance | path

Searched refs:CrossentropyCategorical1Hot (Results 1 – 5 of 5) sorted by relevance

/dports/math/py-theano/Theano-1.0.5/theano/tensor/nnet/
H A D__init__.py3 CrossentropyCategorical1Hot, CrossentropyCategorical1HotGrad,
H A Dnnet.py1414 class CrossentropyCategorical1Hot(gof.Op): class
1475 crossentropy_categorical_1hot = CrossentropyCategorical1Hot()
/dports/math/py-theano/Theano-1.0.5/theano/tensor/nnet/tests/
H A Dtest_nnet.py24 CrossentropyCategorical1Hot,
565 [CrossentropyCategorical1Hot()(admat, alvec)],
567 CrossentropyCategorical1Hot)
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/
H A Dopt.py1452 @op_lifter([tensor.nnet.CrossentropyCategorical1Hot])
1453 @register_opt2([tensor.nnet.CrossentropyCategorical1Hot], 'fast_compile')
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/tests/
H A Dtest_opt.py768 assert not any(isinstance(n.op, (tensor.nnet.CrossentropyCategorical1Hot,