Home
last modified time | relevance | path

Searched defs:DfsHloVisitorBase (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Ddfs_hlo_visitor.cc75 template class DfsHloVisitorBase<HloInstruction*>; variable
76 template class DfsHloVisitorBase<const HloInstruction*>; variable
H A Ddfs_hlo_visitor.h66 DfsHloVisitorBase() {} in DfsHloVisitorBase() function