Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen.cc49 const std::unordered_map<string, string> dtype_type{ variable
482 allowed_types.emplace_back(dtype_type.at(py_dtype)); in GenerateTypeVars()
488 for (std::pair<string, string> map_dtype : dtype_type) { in GenerateTypeVars()
1288 return "_ops.Tensor[" + dtype_type.at(py_dtype) + "]"; in GetArgAnnotation()