|
25.11
|
#include <armnn/Types.hpp>#include "RefBaseWorkload.hpp"#include <armnn/backends/WorkloadData.hpp>#include "BaseIterator.hpp"#include "ElementwiseFunction.hpp"#include "Maximum.hpp"#include "Minimum.hpp"#include "StringMapping.hpp"Go to the source code of this file.
Classes | |
| class | RefElementwiseWorkload< Functor, ParentDescriptor, DebugString > |
Namespaces | |
| namespace | armnn |
| Copyright (c) 2021 ARM Limited and Contributors. | |
Typedefs | |
| template<typename DataType = float> | |
| using | RefAdditionWorkload |
| template<typename DataType = float> | |
| using | RefSubtractionWorkload |
| template<typename DataType = float> | |
| using | RefMultiplicationWorkload |
| template<typename DataType = float> | |
| using | RefDivisionWorkload |
| template<typename DataType = float> | |
| using | RefMaximumWorkload |
| template<typename DataType = float> | |
| using | RefMinimumWorkload |