16template <armnn::DataType DataType>
22template <armnn::DataType DataType>
24 std::vector<ITensorHandle*> outputs)
const
35 src->
Map(), dst->
Map(),
sizeof(T));
38template class RefPermuteWorkload<DataType::BFloat16>;
39template class RefPermuteWorkload<DataType::Float16>;
40template class RefPermuteWorkload<DataType::Float32>;
41template class RefPermuteWorkload<DataType::QAsymmS8>;
42template class RefPermuteWorkload<DataType::QAsymmU8>;
43template class RefPermuteWorkload<DataType::QSymmS16>;
#define ARMNN_SCOPED_PROFILING_EVENT_REF_NAME_GUID(label)
Creates a profiling event that uses GetGuid() and GetName() from the calling class.
PermuteQueueDescriptor m_Data
virtual const void * Map(bool blocking=true) const =0
Map the tensor data for access.
void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
typename ResolveTypeImpl< DT >::Type ResolveType
armnn::TensorInfo GetTensorInfo(unsigned int numberOfBatches, unsigned int numberOfChannels, unsigned int height, unsigned int width, const armnn::DataLayout dataLayout, const armnn::DataType dataType)