Searched defs:custom_call_target (Results 1 – 5 of 5) sorted by relevance
139 string custom_call_target = 28; field
1281 const string& custom_call_target() const { return custom_call_target_; } in custom_call_target() function
1393 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
2169 absl::string_view custom_call_target, string opaque) in HloCustomCallInstruction()2184 absl::string_view custom_call_target, string opaque, in HloCustomCallInstruction()
1564 optional<std::string> custom_call_target; in ParseInstructionRhs() local