Searched refs:custom_call_target_ (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.cc146 instruction->custom_call_target_ = proto.custom_call_target();
1131 instruction->custom_call_target_ = custom_call_target.ToString();
1269 clone = CreateCustomCall(shape, new_operands, custom_call_target_);
1840 return custom_call_target_ == other.custom_call_target_;
1999 return custom_call_target_;
2297 StrCat("custom_call_target=\"", CEscape(custom_call_target_), "\""));
2382 proto.set_custom_call_target(custom_call_target_);
H A Dhlo_instruction.h1430 string custom_call_target_; member in class:xla::HloInstruction

Completed in 303 milliseconds