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.proto139 string custom_call_target = 28; field
Dhlo_instructions.h1281 const string& custom_call_target() const { return custom_call_target_; } in custom_call_target() function
Dhlo_instruction.cc1393 absl::string_view custom_call_target, string opaque) { in CreateCustomCall()
1400 absl::string_view custom_call_target, in CreateCustomCall()
3842 const string& HloInstruction::custom_call_target() const { in custom_call_target() function in xla::HloInstruction
Dhlo_instructions.cc2169 absl::string_view custom_call_target, string opaque) in HloCustomCallInstruction()
2184 absl::string_view custom_call_target, string opaque, in HloCustomCallInstruction()
Dhlo_parser.cc1564 optional<std::string> custom_call_target; in ParseInstructionRhs() local