Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dinstruction_fusion.cc212 auto* consumer_operand = consumer->mutable_operand(i); in CanFuseOnAllPaths() local
215 if (!reachability_->IsReachable(producer, consumer_operand)) { in CanFuseOnAllPaths()
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()