Table of Contents

Enum TensorRtMoEActivationType

Namespace
JYPPX.TensorRtSharp
Assembly
JYPPX.TensorRtSharp.dll

Describes the activation used by a TensorRT MoE layer. 描述 TensorRT MoE 层使用的激活函数。

public enum TensorRtMoEActivationType

Fields

None = 0

Represents the None value of TensorRtMoEActivationType. 表示 TensorRtMoEActivationType 的 None 取值。

SiLU = 1

Represents the SiLU value of TensorRtMoEActivationType. 表示 TensorRtMoEActivationType 的 SiLU 取值。