Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/
Ddepthwise_conv_plus_1x1_conv.h39 GPUOperation CreateDepthwiseConvPlus1x1Conv(
Ddepthwise_conv_plus_1x1_conv.cc253 GPUOperation CreateDepthwiseConvPlus1x1Conv( in CreateDepthwiseConvPlus1x1Conv() function
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Dspecial_selector.cc87 auto operation = CreateDepthwiseConvPlus1x1Conv(op_def, dw_attr, conv_attr); in TryDepthwiseConvPlus1x1Conv()