Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dinstruction_fusion.h46 : is_expensive_(is_expensive), in is_expensive_() function
125 return is_expensive_(instruction); in is_expensive()
173 std::function<bool(const HloInstruction& instruction)> is_expensive_; variable
Dinstruction_fusion.cc709 (!may_duplicate_ || is_expensive_(*producer)) && in ShouldFuse()
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc159 is_expensive_.resize(gview.num_nodes()); in Initialize()
164 is_expensive_[i] = in Initialize()
175 return is_expensive_[node.node_id] && in IsExpensive()
182 return is_expensive_[node.node_id]; in HasExpensiveMarker()
210 std::vector<bool> is_expensive_; member in tensorflow::__anonce8950920111::ExecutorImpl::KernelStats