Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Ddtypes.py293 float32_ref = DType(types_pb2.DT_FLOAT_REF) variable
342 types_pb2.DT_FLOAT_REF: float32_ref,
422 _STRING_TO_TF["float_ref"] = float32_ref
Dops_test.py746 [dtypes.float32_ref, dtypes.float32])
754 input_types=[dtypes.float32_ref, dtypes.float32])
1177 "RefOutputFloatOutput", [], [dtypes.float32_ref, dtypes.float32],
1184 input_types=[dtypes.float32_ref, dtypes.float32],
1405 g, "RefOutputFloatOutput", [], [dtypes.float32_ref, dtypes.float32],
1413 input_types=[dtypes.float32_ref, dtypes.float32],
Ddtypes_test.py135 self.assertIs(dtypes.float32_ref, dtypes.as_dtype("float32_ref"))
Dop_def_library_test.py886 self.Tensor(dtypes.float32_ref, name="z")
/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_ops_py_test.py3818 self.assertEqual(x.dtype, dtypes.float32_ref)
3821 self.assertEqual(x.dtype, dtypes.float32_ref)
3832 self.assertEqual(r[1].dtype, dtypes.float32_ref)