SqueezeBrains SDK 1.13
sb_t_license_configuration Struct Reference

Defines the configurations of the license. More...

#include <sb.h>

Data Fields

sb_t_license_configuration_id id
 License configuration identifier.
 
int num_models
 Maximum number of models allowed with the current license configuration. More...
 
int num_features
 Maximum number of features allowed with the current license configuration. More...
 
int num_threads
 Maximum number of threads allowed with the current license configuration. More...
 
float speed_boost
 Maximum detection speed boost allowed with the current license configuration. More...
 

Detailed Description

Defines the configurations of the license.

The values of the parameters depend on the license configuration id.

See also
sb_t_license_module
sb_t_par

Definition at line 6848 of file sb.h.

Field Documentation

◆ num_features

int sb_t_license_configuration::num_features

Maximum number of features allowed with the current license configuration.

0 means unlimited.

See also
sb_t_par

Definition at line 6863 of file sb.h.

◆ num_models

int sb_t_license_configuration::num_models

Maximum number of models allowed with the current license configuration.

0 means unlimited.

See also
sb_t_par

Definition at line 6856 of file sb.h.

◆ num_threads

int sb_t_license_configuration::num_threads

Maximum number of threads allowed with the current license configuration.

0 means unlimited.

See also
sb_t_par::num_threads
sb_t_svl_par::num_threads
Parallel computing

Definition at line 6872 of file sb.h.

◆ speed_boost

float sb_t_license_configuration::speed_boost

Maximum detection speed boost allowed with the current license configuration.

The range of possible values is from 0 to 1.

See also
sb_t_par

Definition at line 6879 of file sb.h.


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