|
25.02
|
#include "Exceptions.hpp"#include "Optional.hpp"#include "Types.hpp"#include <stdint.h>#include <array>#include <initializer_list>#include <vector>#include <utility>Go to the source code of this file.
Classes | |
| class | TensorShape |
| class | TensorInfo |
| class | BaseTensor< MemoryType > |
| class | Tensor |
| A tensor defined by a TensorInfo (shape and data type) and a mutable backing store. More... | |
| class | ConstTensor |
| A tensor defined by a TensorInfo (shape and data type) and an immutable backing store. More... | |
Namespaces | |
| armnn | |
| Copyright (c) 2021 ARM Limited and Contributors. | |
Typedefs | |
| using | BindingPointInfo = std::pair< armnn::LayerBindingId, armnn::TensorInfo > |
| using | InputTensors = std::vector< std::pair< LayerBindingId, class ConstTensor > > |
| using | OutputTensors = std::vector< std::pair< LayerBindingId, class Tensor > > |