|
ONE - On-device Neural Engine
|
Graph-level Input Metadata. More...
#include <Graph.h>

Public Member Functions | |
| GraphInput (uint32_t index) | |
| GraphInput (const GraphInput &)=delete | |
| GraphInput (GraphInput &&)=delete | |
| ~GraphInput ()=default | |
| GraphInputIndex | index (void) const |
Public Member Functions inherited from loco::Mixin< Trait::DataTyped > | |
| Mixin ()=default | |
| const DataType & | dtype (void) const |
| void | dtype (const DataType &value) |
Public Member Functions inherited from loco::Mixin< Trait::TensorShaped > | |
| Mixin ()=default | |
| const TensorShape * | shape (void) const |
| void | shape (std::unique_ptr< TensorShape > &&shape) |
| void | shape (std::initializer_list< Dimension > dims) |
Data Fields | |
| LOCO_NAMED_ENTITY_EXPOSE | |
|
inline |
|
delete |
|
delete |
|
default |
|
inline |
Definition at line 123 of file Graph.h.
Referenced by onert.experimental.train.dataloader.DataLoader::__next__().