ArmNN
 25.11
Loading...
Searching...
No Matches
Tensor.hpp File Reference
#include "Exceptions.hpp"
#include "Optional.hpp"
#include "Types.hpp"
#include <stdint.h>
#include <array>
#include <initializer_list>
#include <vector>
#include <utility>
Include dependency graph for Tensor.hpp:
This graph shows which files directly or indirectly include this file:

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

namespace  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>>