ONE - On-device Neural Engine
|
A class for member functions. More...
#include <ArtifactModel.h>
Public Member Functions | |
ArtifactClassFunction (const ArtifactClass *owner, const std::string &ret_type_name, const std::string &func_name, const std::list< std::shared_ptr< ArtifactVariable > > ¶ms={}) | |
void | accept (IArtifactGenerator *g) const override |
This is the core function of each artifact entity and is implemented by all concrete classes in the hierarchy. | |
Public Member Functions inherited from nnc::ArtifactClassMember | |
ArtifactClassMember (const ArtifactClass *owner) | |
const ArtifactClass * | owner () const |
Public Member Functions inherited from nnc::ArtifactFunction | |
ArtifactFunction (std::string ret_type_name, const std::string &func_name, std::list< std::shared_ptr< ArtifactVariable > > params={}) | |
Constructs a function object. | |
void | accept (IArtifactGenerator *g) const override |
This is the core function of each artifact entity and is implemented by all concrete classes in the hierarchy. | |
const std::list< std::shared_ptr< ArtifactVariable > > & | getParameters () const |
const std::string & | getRetTypeName () const |
const ArtifactBlock * | getBlock () const |
ArtifactBlock * | getBlock () |
Public Member Functions inherited from nnc::ArtifactNamed | |
ArtifactNamed (std::string name) | |
const std::string & | name () const |
Public Member Functions inherited from nnc::ArtifactEntity | |
virtual | ~ArtifactEntity ()=default |
virtual bool | isBlock () const |
If this entity represents something containing a block of instructions. | |
Additional Inherited Members | |
Protected Member Functions inherited from nnc::ArtifactEntity | |
ArtifactEntity ()=default | |
Protected Attributes inherited from nnc::ArtifactClassMember | |
const ArtifactClass * | _owner |
A class for member functions.
Definition at line 581 of file ArtifactModel.h.
|
inline |
Definition at line 584 of file ArtifactModel.h.
|
inlineoverridevirtual |
This is the core function of each artifact entity and is implemented by all concrete classes in the hierarchy.
Implements nnc::ArtifactEntity.
Definition at line 591 of file ArtifactModel.h.