Searched refs:dtype_in (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | nn_test.py | 1907 def testTypePromotion(self, dtype_in, expected_dtype_out): argument 1908 x = constant_op.constant([[0, 6, 2, 8, 4], [5, 1, 7, 3, 9]], dtype=dtype_in)
|