Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconvolution_transposed_4x4.cc142 const std::string weights_space = in GenerateConvolutionTransposedCode() local
305 c += " " + weights_space + in GenerateConvolutionTransposedCode()
Dconvolution_transposed_3x3.cc128 const std::string weights_space = in GenerateConvolutionTransposedCode() local
301 c += " " + weights_space + in GenerateConvolutionTransposedCode()
Dconv_powervr.cc453 const std::string weights_space = in GenerateConv() local
463 weights_space + " " + weights_data_type + "*"; in GenerateConv()