13template <
typename QueueDescriptor>
29 this->
m_Data.m_Inputs[slot] = tensorHandle;
35 this->
m_Data.m_Outputs[slot] = tensorHandle;
BaseWorkload(const QueueDescriptor &descriptor, const WorkloadInfo &info)
virtual bool SupportsTensorHandleReplacement() const override
TosaRefBaseWorkload(const QueueDescriptor &descriptor, const WorkloadInfo &info)
void ReplaceInputTensorHandle(ITensorHandle *tensorHandle, unsigned int slot) override
void ReplaceOutputTensorHandle(ITensorHandle *tensorHandle, unsigned int slot) override
Copyright (c) 2021 ARM Limited and Contributors.
Contains information about TensorInfos of a layer.