Home
last modified time | relevance | path

Searched defs:custom_call_target (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc1574 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
Dhlo.proto139 string custom_call_target = 28; field
Dhlo_instructions.cc2340 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()
Dhlo_instructions.h1445 const string& custom_call_target() const { return custom_call_target_; } in custom_call_target() function
Dhlo_parser.cc2237 optional<std::string> custom_call_target; in ParseInstructionRhs() local