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.2
MCS002-KR
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 50 of file enums.py.

Member Function Documentation

◆ __str__()

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

Definition at line 55 of file enums.py.

Member Data Documentation

◆ TopK

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

Definition at line 51 of file enums.py.

◆ All

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

Definition at line 52 of file enums.py.

◆ Threshold

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

Definition at line 53 of file enums.py.


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