Searched refs:_constant_impl (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | constant_op.py | 178 return _constant_impl(value, dtype, shape, name, verify_shape=verify_shape, 244 return _constant_impl(value, dtype, shape, name, verify_shape=False, 248 def _constant_impl( function
|