|
25.11
|
The NeonBackendModelContext is used to pass in Neon specific backend ModelOptions. More...
#include <NeonBackendModelContext.hpp>
Public Member Functions | |
| NeonBackendModelContext (const ModelOptions &modelOptions) | |
| bool | IsFastMathEnabled () const |
| unsigned int | GetNumberOfThreads () const |
| Public Member Functions inherited from IBackendModelContext | |
| virtual | ~IBackendModelContext () |
The NeonBackendModelContext is used to pass in Neon specific backend ModelOptions.
The supported backend ModelOptions are:
Definition at line 19 of file NeonBackendModelContext.hpp.
| NeonBackendModelContext | ( | const ModelOptions & | modelOptions | ) |
Definition at line 34 of file NeonBackendModelContext.cpp.
| unsigned int GetNumberOfThreads | ( | ) | const |
Definition at line 58 of file NeonBackendModelContext.cpp.
References GetNumberOfThreads().
Referenced by GetNumberOfThreads().
| bool IsFastMathEnabled | ( | ) | const |
Definition at line 53 of file NeonBackendModelContext.cpp.
References IsFastMathEnabled().
Referenced by IsFastMathEnabled().