ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Tensor.h File Reference
#include "Allocator.h"
#include <backend/IPortableTensor.h>
#include <ir/OperandInfo.h>
#include <ir/Data.h>

Go to the source code of this file.

Data Structures

class  onert::backend::basic::Tensor
 
class  onert::backend::basic::ExternalTensor
 Class that uses data from external memory that is not managed by a backend instead of allocating and copying the data. (ex. constant data from model file) ExternalTensor's data pointer points to an address of memory such as where memory is already allocated, or mmapped area. This is meaning that ExternalTensor can take all of types' ir::Data. To support this, assume below things no padding, always NHWC layout, constant tensor and not dynamic. More...
 

Namespaces

namespace  onert
 
namespace  onert::backend
 
namespace  onert::backend::basic