Searched refs:GetRawString (Results 1 – 2 of 2) sorted by relevance
1767 return backend_config_.GetRawString(); in raw_backend_config_string()2219 const std::string& GetRawString() const;
3117 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::BackendConfigRep4375 return GetRawString() == other.GetRawString(); in operator ==()