MPSRnnMatrixId 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[ObjCRuntime.TV(12, 0)]
public enum MPSRnnMatrixId
type MPSRnnMatrixId =
- 继承
-
MPSRnnMatrixId
- 属性
字段
名称 | 值 | 说明 |
---|---|---|
SingleGateInputWeights | 0 | |
SingleGateRecurrentWeights | 1 | |
SingleGateBiasTerms | 2 | |
LstmInputGateInputWeights | 3 | |
LstmInputGateRecurrentWeights | 4 | |
LstmInputGateMemoryWeights | 5 | |
LstmInputGateBiasTerms | 6 | |
LstmForgetGateInputWeights | 7 | |
LstmForgetGateRecurrentWeights | 8 | |
LstmForgetGateMemoryWeights | 9 | |
LstmForgetGateBiasTerms | 10 | |
LstmMemoryGateInputWeights | 11 | |
LstmMemoryGateRecurrentWeights | 12 | |
LstmMemoryGateMemoryWeights | 13 | |
LstmMemoryGateBiasTerms | 14 | |
LstmOutputGateInputWeights | 15 | |
LstmOutputGateRecurrentWeights | 16 | |
LstmOutputGateMemoryWeights | 17 | |
LstmOutputGateBiasTerms | 18 | |
GruInputGateInputWeights | 19 | |
GruInputGateRecurrentWeights | 20 | |
GruInputGateBiasTerms | 21 | |
GruRecurrentGateInputWeights | 22 | |
GruRecurrentGateRecurrentWeights | 23 | |
GruRecurrentGateBiasTerms | 24 | |
GruOutputGateInputWeights | 25 | |
GruOutputGateRecurrentWeights | 26 | |
GruOutputGateInputGateWeights | 27 | |
GruOutputGateBiasTerms | 28 |