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

Graph-level Output Metadata. More...

#include <Graph.h>

Collaboration diagram for loco::GraphOutput:

Public Member Functions

 GraphOutput (uint32_t index)
 
 GraphOutput (const GraphOutput &)=delete
 
 GraphOutput (GraphOutput &&)=delete
 
 ~GraphOutput ()=default
 
GraphOutputIndex 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 Output Metadata.

Definition at line 132 of file Graph.h.

Constructor & Destructor Documentation

◆ GraphOutput() [1/3]

loco::GraphOutput::GraphOutput ( uint32_t  index)
inline

Definition at line 140 of file Graph.h.

140 : _index{index}
141 {
142 // DO NOTHING
143 }
GraphOutputIndex index(void) const
Definition Graph.h:151

◆ GraphOutput() [2/3]

loco::GraphOutput::GraphOutput ( const GraphOutput )
delete

◆ GraphOutput() [3/3]

loco::GraphOutput::GraphOutput ( GraphOutput &&  )
delete

◆ ~GraphOutput()

loco::GraphOutput::~GraphOutput ( )
default

Member Function Documentation

◆ index()

GraphOutputIndex loco::GraphOutput::index ( void  ) const
inline

Definition at line 151 of file Graph.h.

151{ return _index; }

Field Documentation

◆ LOCO_NAMED_ENTITY_EXPOSE

loco::GraphOutput::LOCO_NAMED_ENTITY_EXPOSE

Definition at line 137 of file Graph.h.


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