Home
last modified time | relevance | path

Searched defs:custom_call (Results 1 – 25 of 25) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_utils.cc93 if (auto* custom_call = in IsValueAllowedInAlternateMemory() local
Dhlo_evaluator.h154 std::function<StatusOr<Literal>(HloInstruction* custom_call, in set_custom_call_handler()
Dlogical_buffer_analysis.cc192 Status LogicalBufferAnalysis::HandleCustomCall(HloInstruction* custom_call) { in HandleCustomCall()
Dlayout_assignment_test.cc1202 const HloInstruction* custom_call = in TEST_F() local
1228 const HloInstruction* custom_call = in TEST_F() local
1262 const HloInstruction* custom_call = in TEST_F() local
1293 const HloInstruction* custom_call = FindInstruction(m.get(), "custom-call"); in TEST_F() local
Dlayout_assignment.cc431 const HloCustomCallInstruction* custom_call = in IsLayoutConstrainedCustomCall() local
482 const HloCustomCallInstruction* custom_call = in AddMandatoryConstraints() local
691 const HloCustomCallInstruction* custom_call = in CheckCustomCallLayout() local
Ddfs_hlo_visitor_with_default.h164 Status HandleCustomCall(HloInstructionPtr custom_call) override { in HandleCustomCall()
Dtuple_points_to_analysis.cc478 Status TuplePointsToAnalysis::HandleCustomCall(HloInstruction* custom_call) { in HandleCustomCall()
Dhlo_instruction.cc3860 if (auto* custom_call = DynCast<HloCustomCallInstruction>(this)) { in precision_config() local
4149 if (auto custom_call = DynCast<HloCustomCallInstruction>(this)) { in convolution_dimension_numbers() local
4159 } else if (auto custom_call = DynCast<HloCustomCallInstruction>(this)) { in set_convolution_dimension_numbers() local
Dhlo_dataflow_analysis.cc436 HloInstruction* custom_call) { in UpdateCustomCallValueSet()
Dhlo_cost_analysis.cc936 Status HloCostAnalysis::HandleCustomCall(const HloInstruction* custom_call) { in HandleCustomCall()
Dhlo_verifier.cc793 const HloCustomCallInstruction* custom_call = in HandleCustomCall() local
Dbuffer_assignment_test.cc1538 auto custom_call = builder.AddInstruction(HloInstruction::CreateCustomCall( in TEST_F() local
2507 HloInstruction* custom_call = main->GetInstructionWithName("custom_call"); in TEST_F() local
Dhlo_evaluator_test.cc4438 [](HloInstruction* custom_call, absl::Span<const Literal*> operands) { in TEST_F()
4463 [](HloInstruction* custom_call, absl::Span<const Literal*> operands) { in TEST_F()
Dhlo_evaluator.cc2515 Status HloEvaluator::HandleCustomCall(HloInstruction* custom_call) { in HandleCustomCall()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcusolver_rewriter.cc91 HloInstruction* custom_call = in CreateCholesky() local
Dgpu_conv_rewriter_test.cc312 const HloInstruction* custom_call = in TEST_F() local
451 const HloInstruction* custom_call = in TEST_F() local
Dgpu_conv_rewriter.cc59 HloInstruction* custom_call = computation->AddInstruction( in CreateGpuConv() local
Dir_emitter_unnested.cc1062 Status IrEmitterUnnested::HandleCustomCall(HloInstruction* custom_call) { in HandleCustomCall()
1535 auto custom_call = mlir::cast<mlir::lmhlo::CustomCallOp>(input.op); in EmitCustomCallThunkFromMlir() local
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.cc54 HloInstruction* custom_call, absl::Span<const Literal*> operands) { in HandleEvaluatorCustomCall()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc651 const HloCustomCallInstruction* custom_call) { in EmitCholesky()
661 const HloCustomCallInstruction* custom_call) { in EmitGemm()
725 const HloCustomCallInstruction* custom_call) { in EmitDnnConvolution()
846 const HloCustomCallInstruction* custom_call) { in EmitDnnBatchNorm()
Dlegalize_tf.cc5153 auto custom_call = rewriter.create<mhlo::CustomCallOp>( in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcustom_call_test.cc175 auto custom_call = b.AddInstruction(HloInstruction::CreateCustomCall( in XLA_TEST_F() local
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc319 auto custom_call = Cast<HloCustomCallInstruction>(instruction); in ImportInstructionImpl() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2295 Status IrEmitter::HandleCustomCall(HloInstruction* custom_call) { in HandleCustomCall()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_test.cc2378 auto custom_call = FindInstruction(module.get(), "custom-call.1"); in TEST_F() local