Searched refs:AllGatherDecomposer (Results 1 – 5 of 5) sorted by relevance
27 class AllGatherDecomposer : public HloModulePass {29 explicit AllGatherDecomposer( in AllGatherDecomposer() function32 AllGatherDecomposer() in AllGatherDecomposer() function
51 AllGatherDecomposer decomposer; in TEST_F()74 AllGatherDecomposer decomposer; in TEST_F()97 AllGatherDecomposer decomposer; in TEST_F()120 AllGatherDecomposer decomposer; in TEST_F()146 AllGatherDecomposer decomposer; in TEST_F()
140 StatusOr<bool> AllGatherDecomposer::Run(HloModule* module) { in Run()
309 pipeline.AddPass<AllGatherDecomposer>(); in RunHloPassesThroughLayoutAssn()
157 pipeline.AddPass<AllGatherDecomposer>( in OptimizeHloModule()