Home
last modified time | relevance | path

Searched refs:HandleCopyStart (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dlogical_buffer_analysis.h65 Status HandleCopyStart(HloInstruction* copy_start) override;
Dlogical_buffer_analysis.cc160 Status LogicalBufferAnalysis::HandleCopyStart(HloInstruction* copy_start) { in HandleCopyStart() function in xla::LogicalBufferAnalysis
Dtuple_points_to_analysis.h255 Status HandleCopyStart(HloInstruction* copy_start) override;
Dhlo_cost_analysis.h103 Status HandleCopyStart(const HloInstruction* send) override;
Ddfs_hlo_visitor_with_default.h238 Status HandleCopyStart(HloInstructionPtr copy_start) override { in HandleCopyStart() function
Dhlo_evaluator.h309 Status HandleCopyStart(HloInstruction* copy_start) override;
Ddfs_hlo_visitor.h278 virtual Status HandleCopyStart(HloInstructionPtr copy_start) = 0;
Dhlo_verifier.h203 Status HandleCopyStart(HloInstruction* copy_start) override;
Dtuple_points_to_analysis.cc386 Status TuplePointsToAnalysis::HandleCopyStart(HloInstruction* copy_start) { in HandleCopyStart() function in xla::TuplePointsToAnalysis
Dhlo_cost_analysis.cc502 Status HloCostAnalysis::HandleCopyStart(const HloInstruction*) { in HandleCopyStart() function in xla::HloCostAnalysis
Dhlo_verifier.cc1501 Status ShapeVerifier::HandleCopyStart(HloInstruction* copy_start) { in HandleCopyStart() function in xla::ShapeVerifier
Dhlo_evaluator.cc3084 Status HloEvaluator::HandleCopyStart(HloInstruction* copy_start) { in HandleCopyStart() function in xla::HloEvaluator
Dhlo_instruction.cc3674 return visitor->HandleCopyStart(this); in Visit()