Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/
Ddw_convolution_selector.cc31 CreateDepthwiseConv3x3(gpu_info, op_def, attr)); in SelectDWConvolutionAdreno()
43 CreateDepthwiseConv3x3(gpu_info, op_def, attr)); in SelectDWConvolutionPowerVR()
60 CreateDepthwiseConv3x3(gpu_info, op_def, attr)); in SelectDWConvolutionMali()
72 CreateDepthwiseConv3x3(gpu_info, op_def, attr)); in SelectDWConvolutionApple()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Ddepthwise_conv_3x3_test_util.cc54 CreateDepthwiseConv3x3(env->GetGpuInfo(), op_def, attr); in DepthwiseConv3x3SimpleWeightsTest()
92 CreateDepthwiseConv3x3(env->GetGpuInfo(), op_def, attr); in DepthwiseConv3x3Test()
Ddepthwise_conv_3x3.h60 friend DepthwiseConv3x3 CreateDepthwiseConv3x3(
151 DepthwiseConv3x3 CreateDepthwiseConv3x3(
Ddepthwise_conv_3x3.cc311 DepthwiseConv3x3 CreateDepthwiseConv3x3( in CreateDepthwiseConv3x3() function