/external/tensorflow/tensorflow/compiler/xla/service/ |
D | logical_buffer_analysis.h | 71 Status HandleCustomCall(HloInstruction* custom_call) override;
|
D | logical_buffer_analysis.cc | 192 Status LogicalBufferAnalysis::HandleCustomCall(HloInstruction* custom_call) { in HandleCustomCall() function in xla::LogicalBufferAnalysis
|
D | tuple_points_to_analysis.h | 259 Status HandleCustomCall(HloInstruction* custom_call) override;
|
D | hlo_evaluator.h | 265 Status HandleCustomCall(HloInstruction* custom_call) override;
|
D | hlo_cost_analysis.h | 103 Status HandleCustomCall(const HloInstruction* custom_call) override;
|
D | dfs_hlo_visitor_with_default.h | 164 Status HandleCustomCall(HloInstructionPtr custom_call) override { in HandleCustomCall() function
|
D | hlo_verifier.h | 86 Status HandleCustomCall(HloInstruction*) override;
|
D | dfs_hlo_visitor.h | 253 virtual Status HandleCustomCall(HloInstructionPtr hlo) = 0;
|
D | tuple_points_to_analysis.cc | 478 Status TuplePointsToAnalysis::HandleCustomCall(HloInstruction* custom_call) { in HandleCustomCall() function in xla::TuplePointsToAnalysis
|
D | dynamic_dimension_inference.cc | 109 Status HandleCustomCall(HloInstruction* hlo) override; 245 Status DynamicDimensionInferenceVisitor::HandleCustomCall(HloInstruction* hlo) { in HandleCustomCall() function in xla::DynamicDimensionInferenceVisitor
|
D | dynamic_padder.cc | 1568 Status HandleCustomCall(HloInstruction* hlo) override; 1759 Status DynamicShapeRemovingVisitor::HandleCustomCall(HloInstruction* hlo) { in HandleCustomCall() function in xla::__anoncf57f0820111::DynamicShapeRemovingVisitor
|
D | hlo_cost_analysis.cc | 936 Status HloCostAnalysis::HandleCustomCall(const HloInstruction* custom_call) { in HandleCustomCall() function in xla::HloCostAnalysis
|
D | hlo_verifier.cc | 792 Status ShapeVerifier::HandleCustomCall(HloInstruction* instruction) { in HandleCustomCall() function in xla::ShapeVerifier
|
D | hlo_evaluator.cc | 2515 Status HloEvaluator::HandleCustomCall(HloInstruction* custom_call) { in HandleCustomCall() function in xla::HloEvaluator
|
D | hlo_instruction.cc | 3239 return visitor->HandleCustomCall(this); in Visit()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter.h | 96 Status HandleCustomCall(HloInstruction* custom_call) override;
|
D | ir_emitter_unnested.h | 174 Status HandleCustomCall(HloInstruction* custom_call) override;
|
D | ir_emitter.cc | 598 Status IrEmitter::HandleCustomCall(HloInstruction*) { in HandleCustomCall() function in xla::gpu::IrEmitter
|
D | ir_emitter_unnested.cc | 1062 Status IrEmitterUnnested::HandleCustomCall(HloInstruction* custom_call) { in HandleCustomCall() function in xla::gpu::IrEmitterUnnested
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | ir_emitter.h | 163 Status HandleCustomCall(HloInstruction* custom_call) override;
|
D | ir_emitter.cc | 2295 Status IrEmitter::HandleCustomCall(HloInstruction* custom_call) { in HandleCustomCall() function in xla::cpu::IrEmitter
|
/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
D | spmd_partitioner.h | 412 Status HandleCustomCall(HloInstruction* hlo) override;
|
D | spmd_partitioner.cc | 1775 Status SpmdPartitioningVisitor::HandleCustomCall(HloInstruction* hlo) { in HandleCustomCall() function in xla::spmd::SpmdPartitioningVisitor
|