Home
last modified time | relevance | path

Searched refs:GetTotalElementsCountForLayout (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dweights_conversion.cc20 uint GetTotalElementsCountForLayout(const WeightsDescription& weight_desc, in GetTotalElementsCountForLayout() function
44 GetTotalElementsCountForLayout(dst_weight_desc, weights.shape); in RearrangeWeights()
Dweights_conversion.h327 uint GetTotalElementsCountForLayout(const WeightsDescription& weight_desc,
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconvolution_transposed.h101 GetTotalElementsCountForLayout(GetWeightsDescription(), weights.shape); in UploadWeights()
Dconvolution_transposed_3x3_thin.cc206 GetTotalElementsCountForLayout(GetWeightsDescription(), weights.shape); in UploadWeights()
Dconvolution_transposed_4x4.cc395 GetTotalElementsCountForLayout(GetWeightsDescription(), weights.shape); in UploadWeights()
Dconv_weights_converter_test_util.cc52 GetTotalElementsCountForLayout(weight_desc, weights.shape); in ConvolutionWeightsConverterTest()
Dconvolution_transposed_3x3.cc390 GetTotalElementsCountForLayout(GetWeightsDescription(), weights.shape); in UploadWeights()
Dconv_powervr.h257 GetTotalElementsCountForLayout(GetWeightsDescription(), weights.shape); in UploadWeights()
Dconv_metal.cc596 GetTotalElementsCountForLayout(weights_desc, weights.shape); in ReorderWeightsForConv()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Doperation_selector.cc378 GetTotalElementsCountForLayout(weights_desc, weights_shape)), in GPUOperationFromNode()