Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_fused_conv_rewriter.cc84 const auto bias_pattern = Broadcast(&bias_broadcast_instr, Op(&bias)); in FindConvWithRelu() local
125 if (bias == nullptr && Match(addend, bias_pattern)) { in FindConvWithRelu()