Searched refs:dtype_module (Results 1 – 2 of 2) sorted by relevance
41 const string& dtype_module = "tf.");45 string DataTypeToPython(DataType dtype, const string& dtype_module);
356 string DataTypeToPython(DataType dtype, const string& dtype_module) { in DataTypeToPython() argument357 return strings::StrCat(dtype_module, PythonDataTypeString(dtype)); in DataTypeToPython()383 const string& dtype_module = "tf.") { in AttrListToPython() argument409 DataTypeToPython(value.list().type(i), dtype_module)); in AttrListToPython()434 const string& dtype_module) { in AttrValueToPython() argument453 return DataTypeToPython(value.type(), dtype_module); in AttrValueToPython()461 return strings::StrCat("[", AttrListToPython(value, dtype_module), "]"); in AttrValueToPython()