#include <NodeExecution.h>
|
virtual | ~UnaryFunc ()=default |
|
virtual float | apply (float) const |
|
virtual int32_t | apply (int32_t) const |
|
Definition at line 25 of file NodeExecution.h.
◆ ~UnaryFunc()
virtual locomotiv::UnaryFunc::~UnaryFunc |
( |
| ) |
|
|
virtualdefault |
◆ apply() [1/2]
float locomotiv::UnaryFunc::apply |
( |
float |
| ) |
const |
|
virtual |
Definition at line 40 of file NodeExecution.cpp.
40{ throw std::runtime_error{"F32 is not supported yet"}; }
◆ apply() [2/2]
int32_t locomotiv::UnaryFunc::apply |
( |
int32_t |
| ) |
const |
|
virtual |
Definition at line 41 of file NodeExecution.cpp.
41{ throw std::runtime_error{"S32 is not supported yet"}; }
The documentation for this struct was generated from the following files: