|
25.02
|
#include "Deprecated.hpp"#include "DescriptorsFwd.hpp"#include "Tensor.hpp"#include "Types.hpp"#include <armnn/Exceptions.hpp>#include <cstdint>#include <iterator>#include <utility>#include <vector>Go to the source code of this file.
Namespaces | |
| armnn | |
| Copyright (c) 2021 ARM Limited and Contributors. | |
Typedefs | |
| using | LogSoftmaxDescriptor = SoftmaxDescriptor |
| A LogSoftmaxDescriptor for the LogSoftmaxLayer. More... | |
| using | DepthToSpaceDescriptor = SpaceToDepthDescriptor |
| A DepthToSpaceDescriptor for the DepthToSpaceLayer. More... | |
| using | UnidirectionalSequenceLstmDescriptor = LstmDescriptor |
Functions | |
| template<typename TensorShapeIt > | |
| OriginsDescriptor | CreateDescriptorForConcatenation (TensorShapeIt first, TensorShapeIt last, unsigned int concatenationDimension) |
| Convenience template to create an OriginsDescriptor to use when creating a ConcatLayer for performing concatenation of a number of input tensors. More... | |