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.3
MCS002-KR
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 82 of file enums.py.

Member Function Documentation

◆ __str__()

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

Definition at line 87 of file enums.py.

Member Data Documentation

◆ Layer

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

Definition at line 83 of file enums.py.

◆ Ch

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

Definition at line 84 of file enums.py.

◆ Sigmoid

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

Definition at line 85 of file enums.py.


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