Searched refs:CreateConvPowerVR (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/ |
D | fully_connected_selector.cc | 32 ConvPowerVR conv = CreateConvPowerVR(gpu_info, op_def, attr, &dst_shape); in SelectFullyConnectedGeneric() 45 ConvPowerVR conv = CreateConvPowerVR(gpu_info, op_def, attr, &dst_shape); in SelectFullyConnectedAdreno() 57 ConvPowerVR conv = CreateConvPowerVR(gpu_info, op_def, attr); in SelectFullyConnectedPowerVR() 75 CreateConvPowerVR(gpu_info, op_def, attr, &dst_shape); in SelectFullyConnectedMali()
|
D | convolution_selector.cc | 44 ConvPowerVR conv = CreateConvPowerVR(gpu_info, op_def, attr, &dst_shape); in SelectConvolutionAdreno() 76 ConvPowerVR conv = CreateConvPowerVR(gpu_info, op_def, attr, &dst_shape); in SelectConvolutionNVidia() 84 ConvPowerVR conv = CreateConvPowerVR(gpu_info, op_def, attr); in SelectConvolutionPowerVR() 97 ConvPowerVR conv = CreateConvPowerVR(gpu_info, op_def, attr, &dst_shape); in SelectConvolutionMali()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | conv_powervr_test_util.cc | 53 CreateConvPowerVR(env->GetGpuInfo(), op_def, attr); in ConvPowerVR1x1SimpleWeightsTest() 90 CreateConvPowerVR(env->GetGpuInfo(), op_def, attr); in ConvPowerVR1x1Test() 127 CreateConvPowerVR(env->GetGpuInfo(), op_def, attr); in ConvPowerVRSimpleWeightsTest() 164 CreateConvPowerVR(env->GetGpuInfo(), op_def, attr); in ConvPowerVRTest()
|
D | conv_powervr.h | 142 friend ConvPowerVR CreateConvPowerVR(const GpuInfo& gpu_info, 147 friend ConvPowerVR CreateConvPowerVR(const GpuInfo& gpu_info, 359 ConvPowerVR CreateConvPowerVR(const GpuInfo& gpu_info, 364 ConvPowerVR CreateConvPowerVR(const GpuInfo& gpu_info,
|
D | conv_powervr.cc | 1433 ConvPowerVR CreateConvPowerVR(const GpuInfo& gpu_info, in CreateConvPowerVR() function 1443 ConvPowerVR CreateConvPowerVR(const GpuInfo& gpu_info, in CreateConvPowerVR() function
|