|
ONE - On-device Neural Engine
|
Just represents the break statement. More...
#include <ArtifactModel.h>

Public Member Functions | |
| 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::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 | |
Just represents the break statement.
Definition at line 307 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 310 of file ArtifactModel.h.
Referenced by TEST().