Searched defs:_toDataType (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
H A Dcast_op_test.py37 def _toDataType(self, dtype): member in class:CastOpTest
58 val = constant_op.constant(x, self._toDataType(np.array([x]).dtype))
59 return math_ops.cast(val, self._toDataType(dtype), name="cast").eval()

Completed in 154 milliseconds