SqueezeBrains SDK 1.18
sb_cs::SbDefines Class Reference

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...
 

Detailed Description

Defines class

Definition at line 308 of file cs_common.h.

Field Documentation

◆ SbDelimiter

String sb_cs::SbDefines::SbDelimiter = SB_DELIMITER
static

Delimiter of the field in a string

See also
SB_DELIMITER

Definition at line 340 of file cs_common.h.

◆ SbDevicesMaxNumber

int sb_cs::SbDefines::SbDevicesMaxNumber = SB_DEVICES_MAX_NUMBER
static

Maximum number of computational devices managed by the sb library.

See also
SB_DEVICES_MAX_NUMBER

Definition at line 330 of file cs_common.h.

◆ SbDlPreTrainingExt

const String sb_cs::SbDefines::SbDlPreTrainingExt = SB_PRE_TRAINING_EXT
static

Extension of the Squeezebrains pre - trained network weights file

See also
SB_PRE_TRAINING_EXT

Definition at line 320 of file cs_common.h.

◆ SbFrameworksMaxNumber

int sb_cs::SbDefines::SbFrameworksMaxNumber = SB_DEVICES_MAX_NUMBER
static

Maximum number of frameworks compatible with a device.

See also
SB_FRAMEWORKS_MAX_NUMBER

Definition at line 335 of file cs_common.h.

◆ SbSolutionExt

const String sb_cs::SbDefines::SbSolutionExt = SB_SOLUTION_EXT
static

Solution file extension

See also
SB_SOLUTION_EXT

Definition at line 315 of file cs_common.h.

◆ SbValueNotSet

float sb_cs::SbDefines::SbValueNotSet = SB_VALUE_NOT_SET
static

Value of the prediction in case it is undefined.

See also
SB_VALUE_NOT_SET

Definition at line 325 of file cs_common.h.


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