Searched refs:zero_pattern (Results 1 – 1 of 1) sorted by relevance
67 auto zero_pattern = Broadcast(ConstantScalar(0)); in FindConvWithRelu() local68 if (!Match(instr, Maximum(zero_pattern, Op(&relu_input))) && in FindConvWithRelu()69 !Match(instr, Maximum(Op(&relu_input), zero_pattern))) { in FindConvWithRelu()