Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dreduction_dimension_grouper.cc102 ReduceDimensionGroupVisitor().RunOnModule(module)); in Run()
Dreduction_degenerate_dim_remover.cc93 bool changed, ReductionDegenerateDimRemoverVisitor().RunOnModule(module)); in Run()
Dreduction_layout_normalizer.cc125 EnforceMinorToMajorReduceOpVisitor().RunOnModule(module)); in Run()
Dreduction_splitter.cc112 ReductionSplitterVisitor().RunOnModule(module)); in Run()
Dtree_reduction_rewriter.cc228 ReductionRewriterVisitor().RunOnModule(module)); in Run()
/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor_with_default.h275 StatusOr<bool> RunOnModule(HloModule* module) { in RunOnModule() function