13 #include <arm_compute/runtime/CL/functions/CLDeconvolutionLayer.h>
14 #include <arm_compute/runtime/MemoryManagerOnDemand.h>
22 const TensorInfo& output,
23 const TransposeConvolution2dDescriptor& descriptor,
24 const TensorInfo& weights,
25 const Optional<TensorInfo>& biases);
32 std::shared_ptr<arm_compute::MemoryManagerOnDemand>& memoryManager,
33 const arm_compute::CLCompileContext& clCompileContext);
38 mutable arm_compute::CLDeconvolutionLayer m_Layer;
40 std::unique_ptr<arm_compute::CLTensor> m_WeightsTensor;
41 std::unique_ptr<arm_compute::CLTensor> m_BiasesTensor;
43 void FreeUnusedTensors();