Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dconstant_op.py178 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