SqueezeBrains SDK 1.18
|
C# interface. More...
Modules | |
Blob | |
Blob analysis. | |
Common | |
Common. | |
Defines | |
Defines. | |
Errors | |
Errors management. | |
Folder | |
Folder management interface. | |
Image | |
Collection of functions to manage images. | |
License | |
License management. | |
Parameters | |
Project Parameters. | |
Project | |
Project management interface. | |
Results | |
Collection of functions to manage Detection results. | |
ROI | |
Collection of functions to manage a ROI (Region Of Interest) | |
Samples | |
Samples interface. | |
Solution | |
Solution management interface. | |
Data Structures | |
class | sb_cs::SbVersion |
Version class that wraps the sb_t_version structure More... | |
class | sb_cs::SbCommon |
Common class More... | |
class | sb_cs::SbTime |
Time class More... | |
Enumerations | |
enum class | sb_cs::SbDeviceType : int { sb_cs::SbDeviceType::SB_DEVICE_NONE = SB_DEVICE_NONE , sb_cs::SbDeviceType::SB_DEVICE_CPU = SB_DEVICE_CPU , sb_cs::SbDeviceType::SB_DEVICE_GPU_NVIDIA = SB_DEVICE_GPU_NVIDIA , sb_cs::SbDeviceType::SB_DEVICE_IGPU_INTEL = SB_DEVICE_IGPU_INTEL , sb_cs::SbDeviceType::SB_DEVICE_DGPU_INTEL = SB_DEVICE_DGPU_INTEL } |
Device type that wraps the sb_t_device_type enum More... | |
enum class | sb_cs::SbFrameworkType : int { sb_cs::SbFrameworkType::SB_FRAMEWORK_TYPE_NONE = SB_FRAMEWORK_TYPE_NONE , sb_cs::SbFrameworkType::SB_FRAMEWORK_TYPE_SB = SB_FRAMEWORK_TYPE_SB , sb_cs::SbFrameworkType::SB_FRAMEWORK_TYPE_PYTORCH = SB_FRAMEWORK_TYPE_PYTORCH , sb_cs::SbFrameworkType::SB_FRAMEWORK_TYPE_OPENVINO = SB_FRAMEWORK_TYPE_OPENVINO } |
Framework type that wraps the sb_t_framework_type enum More... | |
C# interface.
|
strong |
Device type that wraps the sb_t_device_type enum
Definition at line 218 of file cs_common.h.
|
strong |
Framework type that wraps the sb_t_framework_type enum
Enumerator | |
---|---|
SB_FRAMEWORK_TYPE_NONE | Framework not defined. |
SB_FRAMEWORK_TYPE_SB | SqueezeBrains framework. |
SB_FRAMEWORK_TYPE_PYTORCH | Pytorch framework. |
SB_FRAMEWORK_TYPE_OPENVINO | OpenVino framework. |
Definition at line 230 of file cs_common.h.