Searched refs:GenerateConv (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | conv_constants.cc | 51 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()
|
D | conv_powervr.h | 194 std::string GenerateConv(const GpuInfo& gpu_info, const OperationDef& op_def,
|
D | conv_powervr.cc | 249 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
|