Home
last modified time | relevance | path

Searched refs:GetSpatialWeightsRemap (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconvolution_transposed_3x3_thin.h54 desc.spatial_remap = GetSpatialWeightsRemap(); in GetWeightsDescription()
74 std::vector<int> GetSpatialWeightsRemap() const;
Dconvolution_transposed_3x3.h57 desc.spatial_remap = GetSpatialWeightsRemap(); in GetWeightsDescription()
81 std::vector<int> GetSpatialWeightsRemap() const;
Dconvolution_transposed_4x4.h59 desc.spatial_remap = GetSpatialWeightsRemap(); in GetWeightsDescription()
85 std::vector<int> GetSpatialWeightsRemap() const;
Dconvolution_transposed_3x3_thin.cc199 std::vector<int> ConvolutionTransposed3x3Thin::GetSpatialWeightsRemap() const { in GetSpatialWeightsRemap() function in tflite::gpu::ConvolutionTransposed3x3Thin
Dconvolution_transposed_4x4.cc387 std::vector<int> ConvolutionTransposed4x4::GetSpatialWeightsRemap() const { in GetSpatialWeightsRemap() function in tflite::gpu::ConvolutionTransposed4x4
Dconvolution_transposed_3x3.cc371 std::vector<int> ConvolutionTransposed3x3::GetSpatialWeightsRemap() const { in GetSpatialWeightsRemap() function in tflite::gpu::ConvolutionTransposed3x3