Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dmangling_util.h56 Status DemangleDataType(absl::string_view str, DataType* proto);
Dmangling_util.cc83 Status DemangleDataType(absl::string_view str, DataType* proto) { in DemangleDataType() function
Dexport_utils.cc148 TF_RETURN_IF_ERROR(mangling_util::DemangleDataType(attr_value, &dtype)); in ConvertAttribute()