Home
last modified time | relevance | path

Searched refs:_convert_to_int32 (Results 1 – 2 of 2) 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,
13 for op_fn in [_convert_to_int32, _convert_to_float32,
42 _convert_to_int32, _convert_to_int64,
/dports/math/py-theano/Theano-1.0.5/theano/tensor/
H A Dbasic.py1192 _convert_to_int32 = _conversion( variable
1240 'int32': _convert_to_int32,