ailia  1.3.0.0
Public Attributes | List of all members
Ailia.AILIAEnvironment Class Reference

Public Attributes

Int32 id
 
Int32 type
 
IntPtr name
 
Int32 backend
 
Int32 props
 

Member Data Documentation

◆ backend

Int32 Ailia.AILIAEnvironment.backend

Environment backend (AILIA_ENVIRONMENT_BACKEND_*) (valid for type== AILIA_ENVIRONMENT_TYPE_GPU)

◆ id

Int32 Ailia.AILIAEnvironment.id

◆ name

IntPtr Ailia.AILIAEnvironment.name

Device name (held in singleton, no need to open) (can be converted to string with Marshal.PtrToStringAnsi)

◆ props

Int32 Ailia.AILIAEnvironment.props

Indicates environmental characteristics, etc. (logical OR of AILIA_ENVIRONMENT_PROPERTY_*)

◆ type

Int32 Ailia.AILIAEnvironment.type

Environment type (AILIA_ENVIRONMENT_TYPE_CPU or BLAS or GPU)


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