qbcompiler.configs.enums.QuantOutput Class Reference

qbcompiler.configs.enums.QuantOutput Class Reference#

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

Public Member Functions

str __str__ (self)

Static Public Attributes

str Layer = "Layer"
str Ch = "Ch"
str Sigmoid = "Sigmoid"

Detailed Description

Definition at line 69 of file enums.py.

Member Function Documentation

◆ __str__()

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

Definition at line 74 of file enums.py.

Member Data Documentation

◆ Layer

str qbcompiler.configs.enums.QuantOutput.Layer = "Layer"
static

Definition at line 70 of file enums.py.

◆ Ch

str qbcompiler.configs.enums.QuantOutput.Ch = "Ch"
static

Definition at line 71 of file enums.py.

◆ Sigmoid

str qbcompiler.configs.enums.QuantOutput.Sigmoid = "Sigmoid"
static

Definition at line 72 of file enums.py.


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