ONE - On-device Neural Engine
Loading...
Searching...
No Matches
enco::Code Struct Reference

#include <Code.h>

Public Member Functions

 Code (coco::Module *module, coco::Data *data)
 
coco::Modulemodule (void) const
 
coco::Datadata (void) const
 

Detailed Description

Definition at line 28 of file Code.h.

Constructor & Destructor Documentation

◆ Code()

enco::Code::Code ( coco::Module module,
coco::Data data 
)
inline

Definition at line 31 of file Code.h.

31 : _module{module}, _data{data}
32 {
33 // DO NOTHING
34 }

Member Function Documentation

◆ data()

coco::Data * enco::Code::data ( void  ) const
inline

Definition at line 38 of file Code.h.

38{ return _data; }

Referenced by enco::CppCode::dump(), and enco::generate_global_data().

◆ module()


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