Searched refs:CanFoldTransposeOperandIntoDot (Results 1 – 3 of 3) sorted by relevance
86 StatusOr<bool> CanFoldTransposeOperandIntoDot(const HloInstruction& dot,
535 pipeline.AddPass<TransposeFolding>(CanFoldTransposeOperandIntoDot); in OptimizeHloModule()770 pipeline.AddPass<TransposeFolding>(CanFoldTransposeOperandIntoDot, in OptimizeHloPostLayoutAssignment()
197 StatusOr<bool> CanFoldTransposeOperandIntoDot(const HloInstruction& dot, in CanFoldTransposeOperandIntoDot() function