Home
last modified time | relevance | path

Searched refs:DfsHloVisitorBase (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor.cc28 Status DfsHloVisitorBase<HloInstructionPtr>::HandleElementwiseUnary( in HandleElementwiseUnary()
35 Status DfsHloVisitorBase<HloInstructionPtr>::HandleElementwiseBinary( in HandleElementwiseBinary()
42 typename DfsHloVisitorBase<HloInstructionPtr>::VisitState
43 DfsHloVisitorBase<HloInstructionPtr>::GetVisitState( in GetVisitState()
49 void DfsHloVisitorBase<HloInstructionPtr>::SetVisiting( in SetVisiting()
57 void DfsHloVisitorBase<HloInstructionPtr>::SetVisited( in SetVisited()
65 Status DfsHloVisitorBase<HloInstructionPtr>::Preprocess(HloInstructionPtr) { in Preprocess()
70 Status DfsHloVisitorBase<HloInstructionPtr>::Postprocess(HloInstructionPtr) { in Postprocess()
75 template class DfsHloVisitorBase<HloInstruction*>; variable
76 template class DfsHloVisitorBase<const HloInstruction*>; variable
Ddfs_hlo_visitor.h58 class DfsHloVisitorBase {
66 DfsHloVisitorBase() {} in DfsHloVisitorBase() function
67 virtual ~DfsHloVisitorBase() {} in ~DfsHloVisitorBase()
389 DfsHloVisitorBase(const DfsHloVisitorBase&) = delete;
390 DfsHloVisitorBase& operator=(const DfsHloVisitorBase&) = delete;
394 extern template class DfsHloVisitorBase<HloInstruction*>;
395 extern template class DfsHloVisitorBase<const HloInstruction*>;
399 using DfsHloVisitor = DfsHloVisitorBase<HloInstruction*>;
400 using ConstDfsHloVisitor = DfsHloVisitorBase<const HloInstruction*>;
Dhlo_computation.h469 Status Accept(DfsHloVisitorBase<HloInstructionPtr>* visitor) const;
481 Status AcceptOrdered(DfsHloVisitorBase<HloInstructionPtr>* visitor,
762 DfsHloVisitorBase<HloInstructionPtr>* visitor) const { in Accept()
781 DfsHloVisitorBase<HloInstructionPtr>* visitor, in AcceptOrdered()
Ddfs_hlo_visitor_with_default.h45 : public DfsHloVisitorBase<HloInstructionPtr> {
Dhlo_instruction.h1406 Status Accept(DfsHloVisitorBase<HloInstructionPtr>* visitor,
1426 Status Visit(DfsHloVisitorBase<HloInstructionPtr>* visitor);
Dhlo_instruction.cc3473 Status HloInstruction::Visit(DfsHloVisitorBase<HloInstructionPtr>* visitor) { in Visit()
3822 Status HloInstruction::Accept(DfsHloVisitorBase<HloInstructionPtr>* visitor, in Accept()
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt394 xla::DfsHloVisitorBase::SetVisited
395 xla::DfsHloVisitorBase<class xla::HloInstruction.*>::SetVisited