qbcompiler.configs.enums.InferenceScheme Class Reference

qbcompiler.configs.enums.InferenceScheme Class Reference#

Mobilint SDK qb Compiler: qbcompiler.configs.enums.InferenceScheme Class Reference
Mobilint SDK qb Compiler v1.3
MCS002-EN
qbcompiler.configs.enums.InferenceScheme Class Reference
Inheritance diagram for qbcompiler.configs.enums.InferenceScheme:

Public Member Functions

str __str__ (self)

Static Public Attributes

str single = "single"
str multi = "multi"
str global4 = "global4"
str global8 = "global8"
str all = "all"

Static Protected Attributes

str _global = "global"

Detailed Description

Definition at line 31 of file enums.py.

Member Function Documentation

◆ __str__()

str qbcompiler.configs.enums.InferenceScheme.__str__ ( self)

Definition at line 39 of file enums.py.

Member Data Documentation

◆ single

str qbcompiler.configs.enums.InferenceScheme.single = "single"
static

Definition at line 32 of file enums.py.

◆ multi

str qbcompiler.configs.enums.InferenceScheme.multi = "multi"
static

Definition at line 33 of file enums.py.

◆ _global

str qbcompiler.configs.enums.InferenceScheme._global = "global"
staticprotected

Definition at line 34 of file enums.py.

◆ global4

str qbcompiler.configs.enums.InferenceScheme.global4 = "global4"
static

Definition at line 35 of file enums.py.

◆ global8

str qbcompiler.configs.enums.InferenceScheme.global8 = "global8"
static

Definition at line 36 of file enums.py.

◆ all

str qbcompiler.configs.enums.InferenceScheme.all = "all"
static

Definition at line 37 of file enums.py.


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