Home
last modified time | relevance | path

Searched refs:do_not_fuse (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dinstruction_fusion.cc197 const HloInstructionSet& do_not_fuse, in CanFuseOnAllPaths() argument
218 if (do_not_fuse.count(consumer_operand) > 0 || !ShouldFuse(consumer, i)) { in CanFuseOnAllPaths()
227 if (!CanFuseOnAllPaths(producer, consumer_operand, do_not_fuse, in CanFuseOnAllPaths()
Dinstruction_fusion.h139 const HloInstructionSet& do_not_fuse,