ONE - On-device Neural Engine
|
Just represents return from function statement. More...
#include <ArtifactModel.h>
Public Member Functions | |
ArtifactRet (std::shared_ptr< ArtifactExpr > expr) | |
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. | |
std::shared_ptr< ArtifactExpr > | expr () const |
![]() | |
virtual | ~ArtifactEntity ()=default |
virtual bool | isBlock () const |
If this entity represents something containing a block of instructions. | |
Additional Inherited Members | |
![]() | |
ArtifactEntity ()=default | |
Just represents return from function statement.
Definition at line 291 of file ArtifactModel.h.
|
inlineexplicit |
Definition at line 294 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 296 of file ArtifactModel.h.
Referenced by TEST().
|
inline |
Definition at line 298 of file ArtifactModel.h.
Referenced by nnc::ArtifactGeneratorCppCode::visit().