Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dparse_text_proto.h33 Status ParseTextProto(absl::string_view text_proto,
36 inline Status ParseTextProto(absl::string_view /* text_proto */, in ParseTextProto() function
Dmangling_util.cc68 return ParseTextProto(str, kTensorShapePrefix, proto); in DemangleShape()
76 return ParseTextProto(str, kTensorPrefix, proto); in DemangleTensor()
Dparse_text_proto.cc44 Status ParseTextProto(absl::string_view text_proto, in ParseTextProto() function
Dimport_utils.cc36 if (ParseTextProto(input, "", proto).ok()) return Status::OK(); in LoadProtoFromBuffer()