Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhorizontal_loop_fusion.cc154 constexpr int64 kInstrCountThreshold = 30; in IsProfitableFusionCandidate() local
173 if (instr.fused_instruction_count() > kInstrCountThreshold) { in IsProfitableFusionCandidate()