Home
last modified time | relevance | path

Searched refs:DfsHloVisitor (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc817 template Status HloComputation::Accept(DfsHloVisitor* visitor) const;
821 DfsHloVisitor* visitor, in AcceptWithOperandOrder()
868 DfsHloVisitor*, absl::Span<HloInstruction* const>) const;
Dhlo_evaluator.h325 std::unique_ptr<DfsHloVisitor> typed_visitors_[PrimitiveType_ARRAYSIZE];
Dhlo_computation.h305 DfsHloVisitor* visitor,
Dhlo_verifier.h30 class ShapeVerifier : public DfsHloVisitor {
Ddfs_hlo_visitor.h352 using DfsHloVisitor = DfsHloVisitorBase<HloInstruction*>; variable
Dhlo_instruction.h1019 Status AcceptWithOperandOrder(DfsHloVisitor* visitor,
1802 extern template Status HloInstruction::Accept(DfsHloVisitor*, bool, bool);
Dhlo_instruction.cc2679 template Status HloInstruction::Visit(DfsHloVisitor* visitor);
2799 template Status HloInstruction::Accept(DfsHloVisitor*, bool, bool);
2803 DfsHloVisitor* visitor, const CompareFunction& operand_order, in AcceptWithOperandOrder()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc185 return DfsHloVisitor::Postprocess(hlo); in Postprocess()