SqueezeBrains SDK 1.18
|
#include <cs_sb.h>
Static Public Member Functions | |
static SbError | Init (String ^ license_file) |
Init the SB Library. The function initializes all the functionalities of the library including the license. More... | |
static SbError | InitDl (String^ search_path, SbDlLibraryType LibType) |
Init the Deep Learning SB Library. The function enables the SbProject::Detection and SVL functions for the SbProjectType.SB_PROJECT_TYPE_DEEP_CORTEX "Deep Cortex", SbProjectType.SB_PROJECT_TYPE_DEEP_SURFACE "Deep Surface" and SbProjectType.SB_PROJECT_TYPE_DEEP_RETINA "Deep Retina" projects. More... | |
static SbError | Release () |
Releases all the resources allocated in the library More... | |
static SbError | CheckMemoryLeak () |
Checks if the library has a memory leak. More... | |
static SbError | CheckMemoryLeakReset () |
Resets the memory leak control More... | |
static SbInfo | GetInfo (int dl_devices_info) |
The function gets information of the sb library and the available computational devices More... | |
static String | FormatDeviceType (SbDeviceType value) |
The function gets the device type description More... | |
static String | FormatFrameworkType (SbFrameworkType value) |
The function gets the framework type description More... | |
Static Public Attributes | |
static String | SbInitOnlyHwLicenseKey = SB_INIT_ONLY_HW_LICENSE_KEY |
| |
static String | SbInitOnlySbLicenseKey = SB_INIT_ONLY_SB_LICENSE_KEY |
| |
static String | SbInitNoLicenseKey = SB_INIT_NO_LICENSE_KEY |
| |
|
static |
Checks if the library has a memory leak.
|
static |
Resets the memory leak control
|
static |
The function gets the device type description
|
static |
The function gets the framework type description
|
static |
The function gets information of the sb library and the available computational devices
|
static |
Init the SB Library. The function initializes all the functionalities of the library including the license.
license_file |
|
static |
Init the Deep Learning SB Library. The function enables the SbProject::Detection and SVL functions for the SbProjectType.SB_PROJECT_TYPE_DEEP_CORTEX "Deep Cortex", SbProjectType.SB_PROJECT_TYPE_DEEP_SURFACE "Deep Surface" and SbProjectType.SB_PROJECT_TYPE_DEEP_RETINA "Deep Retina" projects.
search_path | Additional paths used to specify where SB Deep Learning framework dependencies are located |
LibType | Deep Learning library to initialize |
|
static |
Releases all the resources allocated in the library