Searched defs:is_fused (Results 1 – 3 of 3) sorted by relevance
188 bool is_fused(HloInstruction* instr) { in is_fused() function
49 const bool is_fused = batch_norm_node.op() == "FusedBatchNorm"; in GetScaleAndOffsetValues() local
1598 fn is_fused<I: Iterator>(mut it: I) -> bool in is_fused() function