Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_fused_conv_rewriter.cc67 auto zero_pattern = Broadcast(ConstantScalar(0)); in FindConvWithRelu() local
68 if (!Match(instr, Maximum(zero_pattern, Op(&relu_input))) && in FindConvWithRelu()
69 !Match(instr, Maximum(Op(&relu_input), zero_pattern))) { in FindConvWithRelu()