Home
last modified time | relevance | path

Searched refs:_convert_to_int8 (Results 1 – 3 of 3) sorted by relevance

/dports/math/py-theano/Theano-1.0.5/theano/tensor/tests/
H A Dtest_casting.py5 from theano.tensor.basic import (_convert_to_int32, _convert_to_int8,
41 [_convert_to_int8, _convert_to_int16,
H A Dtest_opt.py1847 assert prog[0].op == tensor.basic._convert_to_int8
/dports/math/py-theano/Theano-1.0.5/theano/tensor/
H A Dbasic.py1184 _convert_to_int8 = _conversion( variable
1238 'int8': _convert_to_int8,