ONE - On-device Neural Engine
|
Basic class for all expressions: identifiers, function calls, references etc. More...
#include <ArtifactModel.h>
Additional Inherited Members | |
Public Member Functions inherited from nnc::ArtifactEntity | |
virtual | ~ArtifactEntity ()=default |
virtual bool | isBlock () const |
If this entity represents something containing a block of instructions. | |
virtual void | accept (IArtifactGenerator *g) const =0 |
This is the core function of each artifact entity and is implemented by all concrete classes in the hierarchy. | |
Protected Member Functions inherited from nnc::ArtifactEntity | |
ArtifactEntity ()=default | |
Basic class for all expressions: identifiers, function calls, references etc.
Definition at line 93 of file ArtifactModel.h.