ONE - On-device Neural Engine
Loading...
Searching...
No Matches
loco::GraphInput Class Referencefinal

Graph-level Input Metadata. More...

#include <Graph.h>

Collaboration diagram for loco::GraphInput:

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 DataTypedtype (void) const
 
void dtype (const DataType &value)
 
- Public Member Functions inherited from loco::Mixin< Trait::TensorShaped >
 Mixin ()=default
 
const TensorShapeshape (void) const
 
void shape (std::unique_ptr< TensorShape > &&shape)
 
void shape (std::initializer_list< Dimension > dims)
 

Data Fields

 LOCO_NAMED_ENTITY_EXPOSE
 

Detailed Description

Graph-level Input Metadata.

Definition at line 104 of file Graph.h.

Constructor & Destructor Documentation

◆ GraphInput() [1/3]

loco::GraphInput::GraphInput ( uint32_t  index)
inline

Definition at line 112 of file Graph.h.

112 : _index{index}
113 {
114 // DO NOTHING
115 }
GraphInputIndex index(void) const
Definition Graph.h:123

◆ GraphInput() [2/3]

loco::GraphInput::GraphInput ( const GraphInput )
delete

◆ GraphInput() [3/3]

loco::GraphInput::GraphInput ( GraphInput &&  )
delete

◆ ~GraphInput()

loco::GraphInput::~GraphInput ( )
default

Member Function Documentation

◆ index()

GraphInputIndex loco::GraphInput::index ( void  ) const
inline

Definition at line 123 of file Graph.h.

123{ return _index; }

Field Documentation

◆ LOCO_NAMED_ENTITY_EXPOSE

loco::GraphInput::LOCO_NAMED_ENTITY_EXPOSE

Definition at line 109 of file Graph.h.


The documentation for this class was generated from the following file: