Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor_with_default.h45 class DfsHloVisitorWithDefaultBase
48 DfsHloVisitorWithDefaultBase() {} in DfsHloVisitorWithDefaultBase() function
49 ~DfsHloVisitorWithDefaultBase() override {} in ~DfsHloVisitorWithDefaultBase()
229 TF_DISALLOW_COPY_AND_ASSIGN(DfsHloVisitorWithDefaultBase);
233 using DfsHloVisitorWithDefault = DfsHloVisitorWithDefaultBase<HloInstruction*>;
235 DfsHloVisitorWithDefaultBase<const HloInstruction*>;
245 : public DfsHloVisitorWithDefaultBase<HloInstructionPtr> {