ailia  1.3.0.0
Public Attributes | List of all members
_AILIAEnvironment Struct Reference

#include <ailia.h>

Public Attributes

int id
 
int type
 
const char * name
 
int backend
 
int props
 

Member Data Documentation

◆ backend

int _AILIAEnvironment::backend

Computational (hardware) backend enabled by this environment (AILIA_ENVIRONMENT_BACKEND_*)

◆ id

int _AILIAEnvironment::id

The ID to identify the inference backend (passed to ailiaCreate() as an argument)

◆ name

const char* _AILIAEnvironment::name

The device name. It is valid until the AILIANetwork instance is destroyed.

◆ props

int _AILIAEnvironment::props

Additional property (low-power etc) of the environment (Logical-OR of AILIA_ENVIRONMENT_PROPERTY_*)

◆ type

int _AILIAEnvironment::type

The type of the inference backend ( AILIA_ENVIRONMENT_TYPE_CPU , BLAS, or GPU)


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