|
25.11
|
The ClBackendModelContext is used to pass in CL specific backend ModelOptions. More...
#include <ClBackendModelContext.hpp>
Public Member Functions | |
| ClBackendModelContext (const ModelOptions &modelOptions) | |
| std::string | GetCachedNetworkFilePath () const |
| bool | IsFastMathEnabled () const |
| bool | SaveCachedNetwork () const |
| int | GetCachedFileDescriptor () const |
| Public Member Functions inherited from IBackendModelContext | |
| virtual | ~IBackendModelContext () |
The ClBackendModelContext is used to pass in CL specific backend ModelOptions.
The supported backend ModelOptions are:
Definition at line 28 of file ClBackendModelContext.hpp.
| ClBackendModelContext | ( | const ModelOptions & | modelOptions | ) |
Definition at line 34 of file ClBackendModelContext.cpp.
| int GetCachedFileDescriptor | ( | ) | const |
Definition at line 76 of file ClBackendModelContext.cpp.
References GetCachedFileDescriptor().
Referenced by GetCachedFileDescriptor().
| std::string GetCachedNetworkFilePath | ( | ) | const |
Definition at line 61 of file ClBackendModelContext.cpp.
References GetCachedNetworkFilePath().
Referenced by GetCachedNetworkFilePath().
| bool IsFastMathEnabled | ( | ) | const |
Definition at line 66 of file ClBackendModelContext.cpp.
References IsFastMathEnabled().
Referenced by IsFastMathEnabled().
| bool SaveCachedNetwork | ( | ) | const |
Definition at line 71 of file ClBackendModelContext.cpp.
References SaveCachedNetwork().
Referenced by SaveCachedNetwork().