SqueezeBrains SDK 1.18
|
Defines class More...
#include <cs_common.h>
Static Public Attributes | |
static const String | SbSolutionExt = SB_SOLUTION_EXT |
Solution file extension More... | |
static const String | SbDlPreTrainingExt = SB_PRE_TRAINING_EXT |
Extension of the Squeezebrains pre - trained network weights file More... | |
static float | SbValueNotSet = SB_VALUE_NOT_SET |
Value of the prediction in case it is undefined. More... | |
static int | SbDevicesMaxNumber = SB_DEVICES_MAX_NUMBER |
Maximum number of computational devices managed by the sb library. More... | |
static int | SbFrameworksMaxNumber = SB_DEVICES_MAX_NUMBER |
Maximum number of frameworks compatible with a device. More... | |
static String | SbDelimiter = SB_DELIMITER |
Delimiter of the field in a string More... | |
Defines class
Definition at line 308 of file cs_common.h.
|
static |
|
static |
Maximum number of computational devices managed by the sb library.
Definition at line 330 of file cs_common.h.
|
static |
Extension of the Squeezebrains pre - trained network weights file
Definition at line 320 of file cs_common.h.
|
static |
Maximum number of frameworks compatible with a device.
Definition at line 335 of file cs_common.h.
|
static |
|
static |
Value of the prediction in case it is undefined.
Definition at line 325 of file cs_common.h.