Home
last modified time | relevance | path

Searched refs:CreateConvolutionTransposed (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/
H A Dconvolution_transposed_selector.cc44 CreateConvolutionTransposed(gpu_info, op_def, attr); in SelectConvolutionTransposedAdreno()
70 CreateConvolutionTransposed(gpu_info, op_def, attr); in SelectConvolutionTransposedPowerVR()
79 CreateConvolutionTransposed(gpu_info, op_def, attr); in SelectConvolutionTransposedMali()
89 CreateConvolutionTransposed(gpu_info, op_def, attr); in SelectConvolutionTransposed()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Dconvolution_transposed_test_util.cc55 CreateConvolutionTransposed(env->GetGpuInfo(), op_def, attr); in ConvolutionTransposedSimpleWeightsTest()
95 CreateConvolutionTransposed(env->GetGpuInfo(), op_def, attr); in ConvolutionTransposedTest()
H A Dconvolution_transposed.h66 friend ConvolutionTransposed CreateConvolutionTransposed(
161 ConvolutionTransposed CreateConvolutionTransposed(
H A Dconvolution_transposed.cc608 ConvolutionTransposed CreateConvolutionTransposed( in CreateConvolutionTransposed() function