Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc1757 absl::string_view custom_call_target, string opaque, in CreateCustomCall()
1765 HloComputation* to_apply, absl::string_view custom_call_target, in CreateCustomCall()
1775 absl::string_view custom_call_target, string opaque, in CreateCustomCall()
1784 absl::string_view custom_call_target, in CreateCustomCall()
4510 const string& HloInstruction::custom_call_target() const { in custom_call_target() function in xla::HloInstruction
Dhlo.proto174 string custom_call_target = 28; field
Dhlo_instructions.cc2478 absl::string_view custom_call_target, string opaque, in HloCustomCallInstruction()
2497 HloComputation* to_apply, absl::string_view custom_call_target, in HloCustomCallInstruction()
2519 absl::string_view custom_call_target, string opaque, in HloCustomCallInstruction()
2541 absl::string_view custom_call_target, string opaque, in HloCustomCallInstruction()
Dhlo_instructions.h1530 const string& custom_call_target() const { return custom_call_target_; } in custom_call_target() function
Dhlo_parser.cc2374 optional<std::string> custom_call_target; in ParseInstructionRhs() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc1479 CustomCallThunk::CustomCallTarget custom_call_target; in EmitCustomCallThunk() local