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.h372 DfsHloVisitor* visitor,
582 template Status HloComputation::Accept(DfsHloVisitor* visitor) const;
617 DfsHloVisitor*, absl::Span<HloInstruction* const>) const;
Dhlo_evaluator.h349 std::unique_ptr<DfsHloVisitor> typed_visitors_[PrimitiveType_ARRAYSIZE];
Dhlo_verifier.h30 class ShapeVerifier : public DfsHloVisitor {
Dhlo_instruction.h1247 Status AcceptWithOperandOrder(DfsHloVisitor* visitor,
2151 extern template Status HloInstruction::Accept(DfsHloVisitor*, bool, bool);
2153 extern template Status HloInstruction::Visit(DfsHloVisitor* visitor);
Ddfs_hlo_visitor.h388 using DfsHloVisitor = DfsHloVisitorBase<HloInstruction*>; variable
Dhlo_computation.cc965 DfsHloVisitor* visitor, in AcceptWithOperandOrder()
Dhlo_instruction.cc3284 template Status HloInstruction::Visit(DfsHloVisitor* visitor);
3409 template Status HloInstruction::Accept(DfsHloVisitor*, bool, bool);
3413 DfsHloVisitor* visitor, const CompareFunction& operand_order, in AcceptWithOperandOrder()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc555 return DfsHloVisitor::Postprocess(hlo); in Postprocess()