ONE - On-device Neural Engine
Loading...
Searching...
No Matches
moco::GraphInputIndexAnnotation Struct Reference
Collaboration diagram for moco::GraphInputIndexAnnotation:

Public Member Functions

 GraphInputIndexAnnotation (const loco::GraphInputIndex &index)
 
const loco::GraphInputIndexindex (void) const
 
- Public Member Functions inherited from loco::NodeAnnotation
virtual ~NodeAnnotation ()=default
 

Detailed Description

Definition at line 34 of file TFNode.cpp.

Constructor & Destructor Documentation

◆ GraphInputIndexAnnotation()

moco::GraphInputIndexAnnotation::GraphInputIndexAnnotation ( const loco::GraphInputIndex index)
inline

Definition at line 37 of file TFNode.cpp.

37 : _index{index}
38 {
39 // DO NOTHING
40 }
const loco::GraphInputIndex & index(void) const
Definition TFNode.cpp:43

Member Function Documentation

◆ index()

const loco::GraphInputIndex & moco::GraphInputIndexAnnotation::index ( void  ) const
inline

Definition at line 43 of file TFNode.cpp.

43{ return _index; }

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