Searched defs:custom_call_target (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_instruction.cc | 1574 absl::string_view custom_call_target, string opaque) { in CreateCustomCall() 1581 HloComputation* to_apply, absl::string_view custom_call_target, in CreateCustomCall() 1590 absl::string_view custom_call_target, string opaque) { in CreateCustomCall() 1598 absl::string_view custom_call_target, in CreateCustomCall() 4212 const string& HloInstruction::custom_call_target() const { in custom_call_target() function in xla::HloInstruction
|
D | hlo.proto | 139 string custom_call_target = 28; field
|
D | hlo_instructions.cc | 2340 absl::string_view custom_call_target, string opaque) in HloCustomCallInstruction() 2356 HloComputation* to_apply, absl::string_view custom_call_target, in HloCustomCallInstruction() 2375 absl::string_view custom_call_target, string opaque) in HloCustomCallInstruction() 2394 absl::string_view custom_call_target, string opaque, in HloCustomCallInstruction()
|
D | hlo_instructions.h | 1445 const string& custom_call_target() const { return custom_call_target_; } in custom_call_target() function
|
D | hlo_parser.cc | 2237 optional<std::string> custom_call_target; in ParseInstructionRhs() local
|