ONE - On-device Neural Engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
onert::exec::NopFunction Class Reference

A derivative of IFunction tha does nothing. More...

#include <NopFunction.h>

Collaboration diagram for onert::exec::NopFunction:

Public Member Functions

 NopFunction ()=default
 
void run () override
 
- Public Member Functions inherited from onert::exec::IFunction
virtual ~IFunction ()=default
 
virtual void prepare ()
 

Detailed Description

A derivative of IFunction tha does nothing.

Definition at line 33 of file NopFunction.h.

Constructor & Destructor Documentation

◆ NopFunction()

onert::exec::NopFunction::NopFunction ( )
default

Member Function Documentation

◆ run()

void onert::exec::NopFunction::run ( )
inlineoverridevirtual

Implements onert::exec::IFunction.

Definition at line 37 of file NopFunction.h.

38 {
39 // DO NOTHING
40 }

The documentation for this class was generated from the following file: