Home
last modified time | relevance | path

Searched refs:GenerateConv (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_constants.cc51 std::string GenerateConv(int src_size, int dst_size, bool use_dot_conv, in GenerateConv() function
198 c += GenerateConv(src_ch_count, dst_ch_count, use_dot_conv, in GenerateConvolutionConstantCode()
Dconv_powervr.h194 std::string GenerateConv(const GpuInfo& gpu_info, const OperationDef& op_def,
Dconv_powervr.cc249 code_ = GenerateConv(gpu_info, definition_, stride_correction, conv_params_); in GenerateCode()
337 std::string ConvPowerVR::GenerateConv(const GpuInfo& gpu_info, in GenerateConv() function in tflite::gpu::ConvPowerVR