Home
last modified time | relevance | path

Searched refs:DataTypeToPython (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_internal.h45 string DataTypeToPython(DataType dtype, const string& dtype_module);
Dpython_op_gen_internal.cc356 string DataTypeToPython(DataType dtype, const string& dtype_module) { in DataTypeToPython() function
409 DataTypeToPython(value.list().type(i), dtype_module)); in AttrListToPython()
453 return DataTypeToPython(value.type(), dtype_module); in AttrValueToPython()
Dpython_op_gen.cc878 python_op_gen_internal::DataTypeToPython(arg.type(), "_dtypes."); in AddEagerInputCasts()