Searched refs:CreateDepthwiseConvolution2D (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/ |
D | dw_convolution_selector.cc | 34 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/ |
D | depthwise_conv_test_util.cc | 53 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()
|
D | depthwise_conv.h | 183 GPUOperation CreateDepthwiseConvolution2D(
|
D | depthwise_conv.cc | 236 GPUOperation CreateDepthwiseConvolution2D( in CreateDepthwiseConvolution2D() function
|