ONE - On-device Neural Engine
|
A derivative of IFunction tha does nothing. More...
#include <NopFunction.h>
Public Member Functions | |
NopFunction ()=default | |
void | run () override |
Public Member Functions inherited from onert::exec::IFunction | |
virtual | ~IFunction ()=default |
virtual void | prepare () |
A derivative of IFunction tha does nothing.
Definition at line 35 of file NopFunction.h.
|
default |
|
inlineoverridevirtual |
Implements onert::exec::IFunction.
Definition at line 39 of file NopFunction.h.
Referenced by package.infer.session::inference().