| 41 | |
| 42 | template <typename QueueDescriptor> |
| 43 | void SetWorkloadInput(QueueDescriptor& descriptor, |
| 44 | armnn::WorkloadInfo& info, |
| 45 | unsigned int index, |
| 46 | const armnn::TensorInfo& tensorInfo, |
| 47 | armnn::ITensorHandle* tensorHandle) |
| 48 | { |
| 49 | descriptor.m_Inputs[index] = tensorHandle; |
| 50 | info.m_InputTensorInfos[index] = tensorInfo; |
| 51 | } |
| 52 | |
| 53 | template <typename QueueDescriptor> |
| 54 | void SetWorkloadOutput(QueueDescriptor& descriptor, |
no outgoing calls
no test coverage detected