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.proto132 string custom_call_target = 28; field
Dhlo_instructions.h1202 const string& custom_call_target() const { return custom_call_target_; } in custom_call_target() function
Dhlo_instruction.cc1282 absl::string_view custom_call_target, absl::string_view opaque) { in CreateCustomCall()
1289 absl::string_view custom_call_target, in CreateCustomCall()
3500 const string& HloInstruction::custom_call_target() const { in custom_call_target() function in xla::HloInstruction
Dhlo_instructions.cc2046 absl::string_view custom_call_target, absl::string_view opaque) in HloCustomCallInstruction()
2060 absl::string_view custom_call_target, absl::string_view opaque, in HloCustomCallInstruction()
Dhlo_parser.cc1484 optional<string> custom_call_target; in ParseInstructionRhs() local