Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dinstruction_fusion.h40 : is_expensive_(is_expensive), may_duplicate_(may_duplicate) {} in is_expensive_() function
150 std::function<bool(const HloInstruction& instruction)> is_expensive_; variable