Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dmangling_util.h46 Status DemangleShape(absl::string_view str, TensorShapeProto* proto);
Dmangling_util.cc67 Status DemangleShape(absl::string_view str, TensorShapeProto* proto) { in DemangleShape() function
Dexport_utils.cc154 mangling_util::DemangleShape(attr_value, value->mutable_shape())); in ConvertAttribute()