Searched refs:CreateDepthwiseConv3x3 (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/ |
D | dw_convolution_selector.cc | 31 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/ |
D | depthwise_conv_3x3_test_util.cc | 54 CreateDepthwiseConv3x3(env->GetGpuInfo(), op_def, attr); in DepthwiseConv3x3SimpleWeightsTest() 92 CreateDepthwiseConv3x3(env->GetGpuInfo(), op_def, attr); in DepthwiseConv3x3Test()
|
D | depthwise_conv_3x3.h | 60 friend DepthwiseConv3x3 CreateDepthwiseConv3x3( 151 DepthwiseConv3x3 CreateDepthwiseConv3x3(
|
D | depthwise_conv_3x3.cc | 311 DepthwiseConv3x3 CreateDepthwiseConv3x3( in CreateDepthwiseConv3x3() function
|