|
ailia
1.6.0.0
|
#include <ailia.h>
Public Attributes | |
| int | id |
| int | type |
| const char * | name |
| int | backend |
| int | props |
| int _AILIAEnvironment::backend |
Computational (hardware) backend enabled by this environment (AILIA_ENVIRONMENT_BACKEND_*)
| int _AILIAEnvironment::id |
The ID to identify the inference backend (passed to ailiaCreate() as an argument)
| const char* _AILIAEnvironment::name |
The device name. It is valid until the AILIANetwork instance is destroyed.
| int _AILIAEnvironment::props |
Additional property (low-power etc) of the environment (Logical-OR of AILIA_ENVIRONMENT_PROPERTY_*)
| int _AILIAEnvironment::type |
The type of the inference backend ( AILIA_ENVIRONMENT_TYPE_CPU , BLAS, or GPU)