16 template <armnn::DataType DataType>
19 Execute(m_Data.m_Inputs, m_Data.m_Outputs);
22 template <armnn::DataType DataType>
24 std::vector<ITensorHandle*> outputs)
const
35 src->
Map(), dst->
Map(),
sizeof(T));
38 template class RefPermuteWorkload<DataType::BFloat16>;
39 template class RefPermuteWorkload<DataType::Float16>;
40 template class RefPermuteWorkload<DataType::Float32>;
41 template class RefPermuteWorkload<DataType::QAsymmS8>;
42 template class RefPermuteWorkload<DataType::QAsymmU8>;
43 template 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.
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
const TensorInfo & GetTensorInfo(const ITensorHandle *tensorHandle)
float32 helpers
void Permute(const armnn::TensorShape &dstShape, const armnn::PermutationVector &mappings, const void *src, void *dst, size_t dataTypeSize)