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.cc1880 absl::string_view custom_call_target, std::string opaque, in CreateCustomCall()
1888 HloComputation* to_apply, absl::string_view custom_call_target, in CreateCustomCall()
1898 absl::string_view custom_call_target, std::string opaque, in CreateCustomCall()
1907 absl::string_view custom_call_target, in CreateCustomCall()
4785 const std::string& HloInstruction::custom_call_target() const { in custom_call_target() function in xla::HloInstruction
Dhlo.proto194 string custom_call_target = 28; field
Dhlo_instructions.cc2641 absl::string_view custom_call_target, std::string opaque, in HloCustomCallInstruction()
2657 HloComputation* to_apply, absl::string_view custom_call_target, in HloCustomCallInstruction()
2675 absl::string_view custom_call_target, std::string opaque, in HloCustomCallInstruction()
2695 absl::string_view custom_call_target, std::string opaque, in HloCustomCallInstruction()
Dhlo_instructions.h1845 const std::string& custom_call_target() const { return custom_call_target_; } in custom_call_target() function
Dhlo_parser.cc2583 optional<std::string> custom_call_target; in CreateInstruction() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc1334 CustomCallThunk::CustomCallTarget custom_call_target; in EmitCustomCallThunk() local