Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/
Ddepthwise_conv_plus_1x1_conv.h34 bool IsDepthwiseConvPlus1x1ConvSupported(
Ddepthwise_conv_plus_1x1_conv.cc233 bool IsDepthwiseConvPlus1x1ConvSupported( in IsDepthwiseConvPlus1x1ConvSupported() function
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Dspecial_selector.cc82 if (!IsDepthwiseConvPlus1x1ConvSupported(op_def, dw_attr, conv_attr)) { in TryDepthwiseConvPlus1x1Conv()