ONE - On-device Neural Engine
Loading...
Searching...
No Matches
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 35 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 39 of file NopFunction.h.

40 {
41 // DO NOTHING
42 }

Referenced by package.infer.session::inference().


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