ArmNN
 20.08
NeonWorkloadUtils.hpp File Reference

Go to the source code of this file.

Namespaces

 armnn
 Copyright (c) 2020 ARM Limited.
 

Macros

#define ARMNN_SCOPED_PROFILING_EVENT_NEON(name)
 

Functions

template<typename T >
void CopyArmComputeTensorData (arm_compute::Tensor &dstTensor, const T *srcData)
 
void InitializeArmComputeTensorData (arm_compute::Tensor &tensor, const ConstCpuTensorHandle *handle)
 
auto SetNeonStridedSliceData (const std::vector< int > &m_begin, const std::vector< int > &m_end, const std::vector< int > &m_stride)
 
auto SetNeonSliceData (const std::vector< unsigned int > &m_begin, const std::vector< unsigned int > &m_size)
 

Macro Definition Documentation

◆ ARMNN_SCOPED_PROFILING_EVENT_NEON

#define ARMNN_SCOPED_PROFILING_EVENT_NEON (   name)
Value:

Definition at line 17 of file NeonWorkloadUtils.hpp.

Referenced by NeonConstantWorkload::Execute(), NeonConvertBf16ToFp32Workload::Execute(), NeonConvertFp16ToFp32Workload::Execute(), NeonFillWorkload::Execute(), NeonConvertFp32ToBf16Workload::Execute(), NeonConvertFp32ToFp16Workload::Execute(), NeonPadWorkload::Execute(), NeonQuantizeWorkload::Execute(), NeonExpWorkload::Execute(), NeonNegWorkload::Execute(), NeonRsqrtWorkload::Execute(), NeonAbsWorkload::Execute(), NeonFloorFloatWorkload::Execute(), NeonPreluWorkload::Execute(), NeonResizeWorkload::Execute(), NeonStackWorkload::Execute(), NeonGatherWorkload::Execute(), NeonActivationWorkload::Execute(), NeonArgMinMaxWorkload::Execute(), NeonDivisionWorkload::Execute(), NeonInstanceNormalizationWorkload::Execute(), NeonAdditionWorkload::Execute(), NeonMaximumWorkload::Execute(), NeonMeanWorkload::Execute(), NeonSliceWorkload::Execute(), NeonMultiplicationWorkload::Execute(), NeonComparisonWorkload::Execute(), NeonDepthToSpaceWorkload::Execute(), NeonDequantizeWorkload::Execute(), NeonSpaceToDepthWorkload::Execute(), NeonSubtractionWorkload::Execute(), NeonReshapeWorkload::Execute(), NeonSplitterWorkload::Execute(), NeonNormalizationFloatWorkload::Execute(), NeonConcatWorkload::Execute(), NeonStridedSliceWorkload::Execute(), NeonL2NormalizationFloatWorkload::Execute(), NeonPooling2dWorkload::Execute(), NeonSpaceToBatchNdWorkload::Execute(), NeonSoftmaxWorkload::Execute(), NeonBatchToSpaceNdWorkload::Execute(), NeonLogSoftmaxWorkload::Execute(), NeonDepthwiseConvolutionWorkload::Execute(), NeonDetectionPostProcessWorkload::Execute(), NeonBatchNormalizationWorkload::Execute(), NeonFullyConnectedWorkload::Execute(), NeonPermuteWorkload::Execute(), NeonMinimumWorkload::Execute(), NeonTransposeWorkload::Execute(), NeonConvolution2dWorkload::Execute(), and NeonTransposeConvolution2dWorkload::Execute().