Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_internal.h41 const string& dtype_module = "tf.");
45 string DataTypeToPython(DataType dtype, const string& dtype_module);
Dpython_op_gen_internal.cc356 string DataTypeToPython(DataType dtype, const string& dtype_module) { in DataTypeToPython() argument
357 return strings::StrCat(dtype_module, PythonDataTypeString(dtype)); in DataTypeToPython()
383 const string& dtype_module = "tf.") { in AttrListToPython() argument
409 DataTypeToPython(value.list().type(i), dtype_module)); in AttrListToPython()
434 const string& dtype_module) { in AttrValueToPython() argument
453 return DataTypeToPython(value.type(), dtype_module); in AttrValueToPython()
461 return strings::StrCat("[", AttrListToPython(value, dtype_module), "]"); in AttrValueToPython()