Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/
Ddepthwise_conv_plus_1x1_conv.cc239 bool good_dw = dw_shape.o == 1; in IsDepthwiseConvPlus1x1ConvSupported() local
250 return good_dw && good_conv && recommended_dw && recommended_conv; in IsDepthwiseConvPlus1x1ConvSupported()