|
25.02
|
#include "Decoders.hpp"#include "Encoders.hpp"#include <armnn/Descriptors.hpp>#include <armnn/Tensor.hpp>Go to the source code of this file.
Namespaces | |
| armnn | |
| Copyright (c) 2021 ARM Limited and Contributors. | |
Functions | |
| void | TransposeConvolution2dImpl (const TransposeConvolution2dDescriptor &descriptor, const TensorShape &inputShape, Decoder< float > &inputDecoder, const TensorShape &outputShape, Encoder< float > &outputEncoder, const TensorShape &weightsShape, Decoder< float > &weightsDecoder, Decoder< float > *biasesDecoder) |