Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dmangling_util.cc33 const char kTensorShapePrefix[] = "tfshape$"; variable
54 } else if (absl::StartsWith(str, kTensorShapePrefix)) { in GetMangledKind()
64 return absl::StrCat(kTensorShapePrefix, shape.ShortDebugString()); in MangleShape()
68 return ParseTextProto(str, kTensorShapePrefix, proto); in DemangleShape()