SqueezeBrains SDK 1.13
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 SbDlWeightsExt = SB_DL_WEIGHTS_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 String SbDelimiter = SB_DELIMITER
 Delimiter of the field in a string More...
 

Detailed Description

Defines class

Definition at line 257 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 284 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 279 of file cs_common.h.

◆ SbDlWeightsExt

const String sb_cs::SbDefines::SbDlWeightsExt = SB_DL_WEIGHTS_EXT
static

Extension of the Squeezebrains pre - trained network weights file

See also
SB_DL_WEIGHTS_EXT

Definition at line 269 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 264 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 274 of file cs_common.h.


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