18 const TensorShape& inputShape,
19 Decoder<float>& inputDecoder,
20 const TensorShape& outputShape,
21 Encoder<float>& outputEncoder,
22 const TensorShape& weightsShape,
23 Decoder<float>& weightsDecoder,
24 Decoder<float>* biasesDecoder);
Copyright (c) 2021 ARM Limited and Contributors.
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)