Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1767 return backend_config_.GetRawString(); in raw_backend_config_string()
2219 const std::string& GetRawString() const;
Dhlo_instruction.cc3117 CEscape(backend_config_.GetRawString()), "\""); in ToStringWithCanonicalNameMap()
3380 proto.set_backend_config(backend_config_.GetRawString()); in ToProto()
4327 const std::string& HloInstruction::BackendConfigRep::GetRawString() const { in GetRawString() function in xla::HloInstruction::BackendConfigRep
4375 return GetRawString() == other.GetRawString(); in operator ==()