Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc799 instruction->backend_config_ = proto.backend_config(); in CreateFromProto()
1827 clone->set_raw_backend_config_string(backend_config_); in CloneWithNewOperands()
2044 if (backend_config_ != other.backend_config_) { in IdenticalInternal()
2732 if (options.print_backend_config() && !backend_config_.empty()) { in ToStringWithCanonicalNameMap()
2733 StrAppend(&result, ", backend_config=\"", CEscape(backend_config_), "\""); in ToStringWithCanonicalNameMap()
2955 proto.set_backend_config(backend_config_); in ToProto()
3828 if (backend_config_.empty()) { in GetBackendConfigInternal()
3831 return tensorflow::HumanReadableJsonToProto(backend_config_, proto); in GetBackendConfigInternal()
3836 TF_ASSIGN_OR_RETURN(backend_config_, BackendConfigToRawString(proto)); in set_backend_config()
Dhlo_instruction.h1573 const string& raw_backend_config_string() const { return backend_config_; } in raw_backend_config_string()
1575 backend_config_ = std::move(config_str); in set_raw_backend_config_string()
2111 string backend_config_; variable