Home
last modified time | relevance | path

Searched defs:ShortDebugString (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape.h160 string ShortDebugString() const { return ToProto().ShortDebugString(); } in ShortDebugString() function
313 string ShortDebugString() const { return ToProto().ShortDebugString(); } in ShortDebugString() function
/external/protobuf/src/google/protobuf/
Dmessage_lite.h248 std::string ShortDebugString() const { return DebugString(); } in ShortDebugString() function
Dtext_format_unittest.cc139 TEST_F(TextFormatTest, ShortDebugString) { in TEST_F() argument
Dtext_format.cc98 std::string Message::ShortDebugString() const { in ShortDebugString() function in google::protobuf::Message