Home
last modified time | relevance | path

Searched refs:ConstDfsHloVisitor (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.h37 class HloCostAnalysis : public ConstDfsHloVisitor {
Ddfs_hlo_visitor.h353 using ConstDfsHloVisitor = DfsHloVisitorBase<const HloInstruction*>; variable
Dhlo_computation.cc818 template Status HloComputation::Accept(ConstDfsHloVisitor* visitor) const;
870 ConstDfsHloVisitor*, absl::Span<HloInstruction* const>) const;
Dhlo_instruction.h1008 Status Accept(ConstDfsHloVisitor* visitor, bool call_finish_visit = true,
1803 extern template Status HloInstruction::Accept(ConstDfsHloVisitor*, bool, bool);
Dhlo_instruction.cc2680 template Status HloInstruction::Visit(ConstDfsHloVisitor* visitor);
2800 template Status HloInstruction::Accept(ConstDfsHloVisitor*, bool, bool);