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.h934 if (backend_config_ != other.backend_config_) {
1313 const string& raw_backend_config_string() const { return backend_config_; } in raw_backend_config_string()
1315 backend_config_ = std::move(config_str); in set_raw_backend_config_string()
1782 string backend_config_; variable
Dhlo_instruction.cc620 instruction->backend_config_ = proto.backend_config(); in CreateFromProto()
1502 clone->set_raw_backend_config_string(backend_config_); in CloneWithNewOperands()
2225 if (options.print_backend_config() && !backend_config_.empty()) { in ToStringWithCanonicalNameMap()
2226 StrAppend(&result, ", backend_config=\"", CEscape(backend_config_), "\""); in ToStringWithCanonicalNameMap()
2417 proto.set_backend_config(backend_config_); in ToProto()
3157 if (backend_config_.empty()) { in GetBackendConfigInternal()
3160 return tensorflow::HumanReadableJsonToProto(backend_config_, proto); in GetBackendConfigInternal()
3165 TF_ASSIGN_OR_RETURN(backend_config_, BackendConfigToRawString(proto)); in set_backend_config()