Home
last modified time | relevance | path

Searched refs:GetWeightsDescription (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/
Dconvolution_transposed_selector.cc104 *weights_desc = conv.GetWeightsDescription(); in SelectConvolutionTransposedWithDynamicWeights()
109 *weights_desc = conv.GetWeightsDescription(); in SelectConvolutionTransposedWithDynamicWeights()
117 *weights_desc = conv.GetWeightsDescription(); in SelectConvolutionTransposedWithDynamicWeights()
123 *weights_desc = conv.GetWeightsDescription(); in SelectConvolutionTransposedWithDynamicWeights()
128 *weights_desc = conv.GetWeightsDescription(); in SelectConvolutionTransposedWithDynamicWeights()
133 *weights_desc = conv.GetWeightsDescription(); in SelectConvolutionTransposedWithDynamicWeights()
139 *weights_desc = conv.GetWeightsDescription(); in SelectConvolutionTransposedWithDynamicWeights()
Dconvolution_selector.cc65 *weights_desc = conv.GetWeightsDescription(); in SelectConvolutionDynamicWeightsAdreno()
125 *weights_desc = conv.GetWeightsDescription(); in SelectConvolutionDynamicWeightsMali()
130 *weights_desc = conv.GetWeightsDescription(); in SelectConvolutionDynamicWeightsMali()
206 *weights_desc = conv.GetWeightsDescription(); in SelectConvolutionWithDynamicWeights()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconvolution_transposed.h55 WeightsDescription GetWeightsDescription() const { in GetWeightsDescription() function
101 GetTotalElementsCountForLayout(GetWeightsDescription(), weights.shape); in UploadWeights()
107 RearrangeWeights(weights, GetWeightsDescription(), weights_type, in UploadWeights()
Dconvolution_transposed_3x3_thin.cc61 if (GetWeightsDescription().IsI4O4()) { in GenerateConvolutionTransposedCode()
206 GetTotalElementsCountForLayout(GetWeightsDescription(), weights.shape); in UploadWeights()
219 RearrangeWeights(weights, GetWeightsDescription(), weights_type, in UploadWeights()
Dconvolution_transposed_4x4.cc116 if (GetWeightsDescription().IsI4O4()) { in GenerateConvolutionTransposedCode()
395 GetTotalElementsCountForLayout(GetWeightsDescription(), weights.shape); in UploadWeights()
412 RearrangeWeights(weights, GetWeightsDescription(), weights_type, in UploadWeights()
Dconvolution_transposed_3x3_thin.h51 WeightsDescription GetWeightsDescription() const { in GetWeightsDescription() function
Dconvolution_transposed_3x3.cc96 if (GetWeightsDescription().IsI4O4()) { in GenerateConvolutionTransposedCode()
390 GetTotalElementsCountForLayout(GetWeightsDescription(), weights.shape); in UploadWeights()
407 RearrangeWeights(weights, GetWeightsDescription(), weights_type, in UploadWeights()
Dconv_powervr.h50 WeightsDescription GetWeightsDescription() const { in GetWeightsDescription() function
257 GetTotalElementsCountForLayout(GetWeightsDescription(), weights.shape); in UploadWeights()
261 RearrangeWeights(weights, GetWeightsDescription(), weights_type, in UploadWeights()
Dconvolution_transposed_3x3.h54 WeightsDescription GetWeightsDescription() const { in GetWeightsDescription() function
Dconvolution_transposed_4x4.h56 WeightsDescription GetWeightsDescription() const { in GetWeightsDescription() function
Dconv_metal.h72 WeightsDescription GetWeightsDescription() const { in GetWeightsDescription() function
Dconv_buffer_1x1.h51 WeightsDescription GetWeightsDescription() const { in GetWeightsDescription() function
Dconv_powervr.cc824 if (GetWeightsDescription().IsI4O4()) { in GenerateConv()
852 if (GetWeightsDescription().IsI4O4()) { in GenerateConv()
883 if (GetWeightsDescription().IsI4O4()) { in GenerateConv()
Dconv_metal.cc1043 attr.weights, desc.GetWeightsDescription(), weights_type); in CreateConvolutionMetal()
1159 wino_weights, desc.GetWeightsDescription(), weights_type); in CreateConvolutionMetalWino4x4To6x6()
Dconvolution_transposed.cc171 if (GetWeightsDescription().IsI4O4()) { in GenerateConvolutionTransposedCode()