Searched defs:custom_call (Results 1 – 16 of 16) sorted by relevance
58 HloInstruction* custom_call = computation->AddInstruction( in CreateCudnnConv() local501 HloInstruction* custom_call = [&]() -> HloInstruction* { in RunOnInstruction() local
122 HloInstruction* custom_call = in CreateCholesky() local
309 const HloInstruction* custom_call = in TEST_F() local444 const HloInstruction* custom_call = in TEST_F() local
373 Status IrEmitterUnnested::HandleCustomCall(HloInstruction* custom_call) { in HandleCustomCall()
53 HloInstruction* custom_call, absl::Span<const Literal*> operands) { in HandleEvaluatorCustomCall()
148 std::function<StatusOr<Literal>(HloInstruction* custom_call, in set_custom_call_handler()
1208 const HloInstruction* custom_call = in TEST_F() local1234 const HloInstruction* custom_call = in TEST_F() local1268 const HloInstruction* custom_call = in TEST_F() local1299 const HloInstruction* custom_call = FindInstruction(m.get(), "custom-call"); in TEST_F() local
421 const HloCustomCallInstruction* custom_call = in IsLayoutConstrainedCustomCall() local468 const HloCustomCallInstruction* custom_call = in AddMandatoryConstraints() local674 const HloCustomCallInstruction* custom_call = in CheckCustomCallLayout() local
145 Status HandleCustomCall(HloInstructionPtr custom_call) override { in HandleCustomCall()
545 const HloCustomCallInstruction* custom_call = in HandleCustomCall() local
3443 if (auto custom_call = DynCast<HloCustomCallInstruction>(this)) { in convolution_dimension_numbers() local3453 } else if (auto custom_call = DynCast<HloCustomCallInstruction>(this)) { in set_convolution_dimension_numbers() local
1366 auto custom_call = builder.AddInstruction(HloInstruction::CreateCustomCall( in TEST_F() local2360 HloInstruction* custom_call = main->GetInstructionWithName("custom_call"); in TEST_F() local
1576 Status HloEvaluator::HandleCustomCall(HloInstruction* custom_call) { in HandleCustomCall()
3211 [](HloInstruction* custom_call, absl::Span<const Literal*> operands) { in TEST_F()3236 [](HloInstruction* custom_call, absl::Span<const Literal*> operands) { in TEST_F()
175 auto custom_call = b.AddInstruction(HloInstruction::CreateCustomCall( in XLA_TEST_F() local
2229 Status IrEmitter::HandleCustomCall(HloInstruction* custom_call) { in HandleCustomCall()