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.cc164 Status LogicalBufferAnalysis::HandleCopyStart(HloInstruction* copy_start) { in HandleCopyStart() function in xla::LogicalBufferAnalysis
Dtuple_points_to_analysis.h253 Status HandleCopyStart(HloInstruction* copy_start) override;
Dhlo_cost_analysis.h65 Status HandleCopyStart(const HloInstruction* send) override;
Dhlo_evaluator.h231 Status HandleCopyStart(HloInstruction* copy_start) override;
Dhlo_verifier.h98 Status HandleCopyStart(HloInstruction* copy_start) override;
Ddfs_hlo_visitor_with_default.h216 Status HandleCopyStart(HloInstructionPtr copy_start) override { in HandleCopyStart() function
Ddfs_hlo_visitor.h268 virtual Status HandleCopyStart(HloInstructionPtr copy_start) = 0;
Dtuple_points_to_analysis.cc320 Status TuplePointsToAnalysis::HandleCopyStart(HloInstruction* copy_start) { in HandleCopyStart() function in xla::TuplePointsToAnalysis
Dhlo_cost_analysis.cc488 Status HloCostAnalysis::HandleCopyStart(const HloInstruction*) { in HandleCopyStart() function in xla::HloCostAnalysis
Dhlo_verifier.cc983 Status ShapeVerifier::HandleCopyStart(HloInstruction* copy_start) { in HandleCopyStart() function in xla::ShapeVerifier
Dhlo_evaluator.cc1879 Status HloEvaluator::HandleCopyStart(HloInstruction* copy_start) { in HandleCopyStart() function in xla::HloEvaluator
Dhlo_instruction.cc3241 return visitor->HandleCopyStart(this); in Visit()