Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Ddepthwise_conv.cc87 bool hasBias = NumInputs(node) == 3; in Prepare() local
89 TF_LITE_ENSURE(context, hasBias || NumInputs(node) == 2); in Prepare()
113 if (hasBias) { in Prepare()