Home
last modified time | relevance | path

Searched refs:set_backend_config (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_trip_count_annotator.cc32 TF_RETURN_IF_ERROR(instr->set_backend_config(config)); in Run()
Dhlo_instruction.h1309 Status set_backend_config(const tensorflow::protobuf::Message& proto);
Dhlo_instruction.cc2417 proto.set_backend_config(backend_config_); in ToProto()
3163 Status HloInstruction::set_backend_config( in set_backend_config() function in xla::HloInstruction
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcusolver_rewriter.cc126 TF_RETURN_IF_ERROR(custom_call->set_backend_config(options)); in CreateCholesky()
Dcudnn_fused_conv_rewriter.cc236 TF_RETURN_IF_ERROR(new_conv->set_backend_config(config)); in TryRewriteToCudnnForwardRelu()
Dcudnn_conv_algorithm_picker.cc394 TF_RETURN_IF_ERROR(new_call->set_backend_config(backend_config)); in RunOnInstruction()
Dcudnn_conv_rewriter.cc539 custom_call->set_backend_config(GetDefaultBackendConfig())); in RunOnInstruction()