Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/
Ddw_convolution_selector.cc34 CreateDepthwiseConvolution2D(gpu_info, op_def, attr)); in SelectDWConvolutionAdreno()
46 CreateDepthwiseConvolution2D(gpu_info, op_def, attr)); in SelectDWConvolutionPowerVR()
63 CreateDepthwiseConvolution2D(gpu_info, op_def, attr)); in SelectDWConvolutionMali()
78 CreateDepthwiseConvolution2D(gpu_info, op_def, attr)); in SelectDWConvolutionApple()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Ddepthwise_conv_test_util.cc53 CreateDepthwiseConvolution2D(env->GetGpuInfo(), op_def, attr); in DepthwiseConvSimpleWeightsTest()
90 CreateDepthwiseConvolution2D(env->GetGpuInfo(), op_def, attr); in DepthwiseConvNoMultiplierTest()
128 CreateDepthwiseConvolution2D(env->GetGpuInfo(), op_def, attr); in DepthwiseConvMultiplier2Test()
Ddepthwise_conv.h183 GPUOperation CreateDepthwiseConvolution2D(
Ddepthwise_conv.cc236 GPUOperation CreateDepthwiseConvolution2D( in CreateDepthwiseConvolution2D() function