SqueezeBrains SDK 1.18
|
Common. More...
Data Structures | |
class | sb_cs::SbRgba |
rgba class that wraps the sb_t_rgba structure More... | |
class | sb_cs::SbBgra |
bgra class that wraps the sb_t_bgra structure More... | |
class | sb_cs::SbSize |
Size class that wraps the sb_t_size structure More... | |
class | sb_cs::SbSizeFlt |
Size class that wraps the sb_t_size_flt structure More... | |
class | sb_cs::SbRange |
Range value class that wraps the sb_t_range structure More... | |
class | sb_cs::SbRangeFlt |
Range value class that wraps the sb_t_range_flt structure More... | |
class | sb_cs::SbPoint |
Point class that wraps the sb_t_point structure More... | |
class | sb_cs::SbPoint2dF |
Point class that wraps the sb_t_point2d_f structure More... | |
class | sb_cs::SbRect |
Rectangle class that wraps the sb_t_rect structure More... | |
class | sb_cs::SbMemoryInfo |
Memory information. It wraps the sb_t_memory_info structure. More... | |
class | sb_cs::SbDeviceInfo |
Characteristics of a computing device. It wraps the sb_t_device_info structure. More... | |
class | sb_cs::SbMetrics |
Surface res Class that wraps the sb_t_surface_res structure More... | |
class | sb_cs::SbInfo |
Info class that wraps the sb_t_info structure. You must call the Dispose() method to free all the resources of the returned instance. More... | |
class | sb_cs::Sb |
Sb Main Class More... | |
class | sb_cs::SbUtils |
Utils Class More... | |
Enumerations | |
enum class | sb_cs::SbDlLibraryType : int { sb_cs::SbDlLibraryType::SB_DL_LIBRARY_NONE = SB_DL_LIBRARY_NONE , sb_cs::SbDlLibraryType::SB_DL_LIBRARY_PYTORCH = SB_DL_LIBRARY_PYTORCH , sb_cs::SbDlLibraryType::SB_DL_LIBRARY_OPENVINO = SB_DL_LIBRARY_OPENVINO } |
Deep Learning library types More... | |
Common.
|
strong |
Deep Learning library types
Enumerator | |
---|---|
SB_DL_LIBRARY_NONE | No libraries defined. |
SB_DL_LIBRARY_PYTORCH | SB_DL_LIBRARY_OPENVINO. |
SB_DL_LIBRARY_OPENVINO | Openvino library. Can be used only for inference with sb_project_detection function. |