27 void Execute(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outputs)
const;
28 std::unique_ptr<ScopedTensorHandle> m_Weights;
29 std::unique_ptr<ScopedTensorHandle> m_Biases;
31 std::unique_ptr<Decoder<float>> m_WeightsDecoder;
32 std::unique_ptr<Decoder<float>> m_BiasesDecoder;
RefTransposeConvolution2dWorkload(const TransposeConvolution2dQueueDescriptor &descriptor, const WorkloadInfo &info)
~RefTransposeConvolution2dWorkload()=default
void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
Contains information about TensorInfos of a layer.