Home
last modified time | relevance | path

Searched refs:float32_ref (Results 1 – 6 of 6) 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.py586 [dtypes.float32_ref, dtypes.float32])
594 input_types=[dtypes.float32_ref, dtypes.float32])
1004 "RefOutputFloatOutput", [], [dtypes.float32_ref, dtypes.float32],
1011 input_types=[dtypes.float32_ref, dtypes.float32],
1232 g, "RefOutputFloatOutput", [], [dtypes.float32_ref, dtypes.float32],
1240 input_types=[dtypes.float32_ref, dtypes.float32],
Ddtypes_test.py127 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/layers/
Dnormalization_test.py304 self.assertEqual(var.dtype, dtypes.float32_ref)
/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_ops_py_test.py3738 self.assertEqual(x.dtype, dtypes.float32_ref)
3741 self.assertEqual(x.dtype, dtypes.float32_ref)
3752 self.assertEqual(r[1].dtype, dtypes.float32_ref)