Home
last modified time | relevance | path

Searched refs:CreateConvPowerVR (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/
Dfully_connected_selector.cc32 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()
Dconvolution_selector.cc44 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/
Dconv_powervr_test_util.cc53 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()
Dconv_powervr.h142 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,
Dconv_powervr.cc1433 ConvPowerVR CreateConvPowerVR(const GpuInfo& gpu_info, in CreateConvPowerVR() function
1443 ConvPowerVR CreateConvPowerVR(const GpuInfo& gpu_info, in CreateConvPowerVR() function