Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/
H A Ddw_convolution_selector.cc36 CreateDepthwiseConvolution2D(gpu_info, op_def, attr)); in SelectDWConvolutionAdreno()
48 CreateDepthwiseConvolution2D(gpu_info, op_def, attr)); in SelectDWConvolutionPowerVR()
66 CreateDepthwiseConvolution2D(gpu_info, op_def, attr)); in SelectDWConvolutionMali()
81 CreateDepthwiseConvolution2D(gpu_info, op_def, attr)); in SelectDWConvolutionApple()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Ddepthwise_conv_test_util.cc54 CreateDepthwiseConvolution2D(env->GetGpuInfo(), op_def, attr); in DepthwiseConvSimpleWeightsTest()
91 CreateDepthwiseConvolution2D(env->GetGpuInfo(), op_def, attr); in DepthwiseConvNoMultiplierTest()
129 CreateDepthwiseConvolution2D(env->GetGpuInfo(), op_def, attr); in DepthwiseConvMultiplier2Test()
H A Ddepthwise_conv.h51 friend DepthwiseConv CreateDepthwiseConvolution2D(
257 DepthwiseConv CreateDepthwiseConvolution2D(
H A Ddepthwise_conv.cc387 DepthwiseConv CreateDepthwiseConvolution2D( in CreateDepthwiseConvolution2D() function