Searched refs:do_not_fuse (Results 1 – 2 of 2) sorted by relevance
197 const HloInstructionSet& do_not_fuse, in CanFuseOnAllPaths() argument218 if (do_not_fuse.count(consumer_operand) > 0 || !ShouldFuse(consumer, i)) { in CanFuseOnAllPaths()227 if (!CanFuseOnAllPaths(producer, consumer_operand, do_not_fuse, in CanFuseOnAllPaths()
139 const HloInstructionSet& do_not_fuse,