Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc2048 custom_call_target_(custom_call_target.begin(), custom_call_target.end()), in HloCustomCallInstruction()
2063 custom_call_target_(custom_call_target.begin(), custom_call_target.end()), in HloCustomCallInstruction()
2084 proto.set_custom_call_target(custom_call_target_); in ToProto()
2118 StrCat("custom_call_target=\"", CEscape(custom_call_target_), "\"")); in ExtraAttributesToStringImpl()
2171 return custom_call_target_ == casted_other.custom_call_target_ && in IdenticalSlowPath()
Dhlo_instructions.h1202 const string& custom_call_target() const { return custom_call_target_; } in custom_call_target()
1236 string custom_call_target_; variable