|
25.11
|
#include "IWorkload.hpp"#include "WorkloadData.hpp"#include "WorkloadInfo.hpp"#include <armnn/Logging.hpp>#include <Profiling.hpp>#include <client/include/IProfilingService.hpp>#include <algorithm>Go to the source code of this file.
Namespaces | |
| namespace | armnn |
| Copyright (c) 2021 ARM Limited and Contributors. | |
Typedefs | |
| template<typename QueueDescriptor> | |
| using | FloatWorkload |
| template<typename QueueDescriptor> | |
| using | Float32Workload = TypedWorkload<QueueDescriptor, armnn::DataType::Float32> |
| template<typename QueueDescriptor> | |
| using | Uint8Workload = TypedWorkload<QueueDescriptor, armnn::DataType::QAsymmU8> |
| template<typename QueueDescriptor> | |
| using | Int32Workload = TypedWorkload<QueueDescriptor, armnn::DataType::Signed32> |
| template<typename QueueDescriptor> | |
| using | BooleanWorkload = TypedWorkload<QueueDescriptor, armnn::DataType::Boolean> |
| template<typename QueueDescriptor> | |
| using | BaseFloat32ComparisonWorkload |
| template<typename QueueDescriptor> | |
| using | BaseUint8ComparisonWorkload |
| template<typename QueueDescriptor> | |
| using | BFloat16ToFloat32Workload |
| template<typename QueueDescriptor> | |
| using | Float32ToBFloat16Workload |
| template<typename QueueDescriptor> | |
| using | Float16ToFloat32Workload |
| template<typename QueueDescriptor> | |
| using | Float32ToFloat16Workload |
| template<typename QueueDescriptor> | |
| using | Uint8ToFloat32Workload |