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 D | dw_convolution_selector.cc | 36 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 D | depthwise_conv_test_util.cc | 54 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 D | depthwise_conv.h | 51 friend DepthwiseConv CreateDepthwiseConvolution2D( 257 DepthwiseConv CreateDepthwiseConvolution2D(
|
H A D | depthwise_conv.cc | 387 DepthwiseConv CreateDepthwiseConvolution2D( in CreateDepthwiseConvolution2D() function
|