Home
last modified time | relevance | path

Searched refs:custom_call_target_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher.h1216 : custom_call_target_(custom_call_target) {}
1220 inst->custom_call_target() != custom_call_target_) {
1222 << custom_call_target_ << "'";
1229 *os << "custom call with target '" << custom_call_target_ << "'";
1233 std::string custom_call_target_;
Dhlo_instructions.cc2342 custom_call_target_(custom_call_target.begin(), custom_call_target.end()), in HloCustomCallInstruction()
2359 custom_call_target_(custom_call_target.begin(), custom_call_target.end()), in HloCustomCallInstruction()
2377 custom_call_target_(custom_call_target.begin(), custom_call_target.end()), in HloCustomCallInstruction()
2397 custom_call_target_(custom_call_target.begin(), custom_call_target.end()), in HloCustomCallInstruction()
2420 proto.set_custom_call_target(custom_call_target_); in ToProto()
2476 StrCat("custom_call_target=\"", CEscape(custom_call_target_), "\"")); in ExtraAttributesToStringImpl()
2578 return custom_call_target_ == casted_other.custom_call_target_; in IdenticalSlowPath()
Dhlo_instructions.h1445 const string& custom_call_target() const { return custom_call_target_; } in custom_call_target()
1518 string custom_call_target_; variable