ONE - On-device Neural Engine
Loading...
Searching...
No Matches
ann::Module Class Reference

#include <Module.h>

Public Member Functions

 Module ()=default
 
WeightInventoryweight (void)
 
const WeightInventoryweight (void) const
 
OperandInventoryoperand (void)
 
const OperandInventoryoperand (void) const
 
OperationInventoryoperation (void)
 
const OperationInventoryoperation (void) const
 
InputListinput (void)
 
const InputListinput (void) const
 
OutputListoutput (void)
 
const OutputListoutput (void) const
 

Detailed Description

Definition at line 29 of file Module.h.

Constructor & Destructor Documentation

◆ Module()

ann::Module::Module ( )
default

Member Function Documentation

◆ input() [1/2]

InputList * ann::Module::input ( void  )
inline

Definition at line 44 of file Module.h.

44{ return &_input; }

◆ input() [2/2]

const InputList * ann::Module::input ( void  ) const
inline

Definition at line 45 of file Module.h.

45{ return &_input; }

◆ operand() [1/2]

OperandInventory * ann::Module::operand ( void  )
inline

Definition at line 38 of file Module.h.

38{ return &_operand; }

Referenced by enco::SubnetStructBuilder::build().

◆ operand() [2/2]

const OperandInventory * ann::Module::operand ( void  ) const
inline

Definition at line 39 of file Module.h.

39{ return &_operand; }

◆ operation() [1/2]

OperationInventory * ann::Module::operation ( void  )
inline

Definition at line 41 of file Module.h.

41{ return &_operation; }

◆ operation() [2/2]

const OperationInventory * ann::Module::operation ( void  ) const
inline

Definition at line 42 of file Module.h.

42{ return &_operation; }

◆ output() [1/2]

OutputList * ann::Module::output ( void  )
inline

Definition at line 47 of file Module.h.

47{ return &_output; }

◆ output() [2/2]

const OutputList * ann::Module::output ( void  ) const
inline

Definition at line 48 of file Module.h.

48{ return &_output; }

◆ weight() [1/2]

WeightInventory * ann::Module::weight ( void  )
inline

Definition at line 35 of file Module.h.

35{ return &_weight; }

◆ weight() [2/2]

const WeightInventory * ann::Module::weight ( void  ) const
inline

Definition at line 36 of file Module.h.

36{ return &_weight; }

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