Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/
Ddepthwise_conv_plus_1x1_conv.cc237 const auto dw_shape = dw_attr.weights.shape; in IsDepthwiseConvPlus1x1ConvSupported() local
239 bool good_dw = dw_shape.o == 1; in IsDepthwiseConvPlus1x1ConvSupported()
247 dw_shape.i <= 16 && dw_shape.i * dw_shape.h * dw_shape.w <= 3 * 3 * 16; in IsDepthwiseConvPlus1x1ConvSupported()