qbcompiler.configs.enums.MoeExpertSelectionMode Class Reference

qbcompiler.configs.enums.MoeExpertSelectionMode Class Reference#

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

Public Member Functions

str __str__ (self)

Static Public Attributes

str TopK = "TopK"
str All = "All"
str Threshold = "Threshold"

Detailed Description

Definition at line 54 of file enums.py.

Member Function Documentation

◆ __str__()

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

Definition at line 59 of file enums.py.

Member Data Documentation

◆ TopK

str qbcompiler.configs.enums.MoeExpertSelectionMode.TopK = "TopK"
static

Definition at line 55 of file enums.py.

◆ All

str qbcompiler.configs.enums.MoeExpertSelectionMode.All = "All"
static

Definition at line 56 of file enums.py.

◆ Threshold

str qbcompiler.configs.enums.MoeExpertSelectionMode.Threshold = "Threshold"
static

Definition at line 57 of file enums.py.


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