Searched refs:fForwardB (Results 1 – 3 of 3) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/ |
D | LSTMBreakEngine.java | 116 this.fForwardB = make1DArray(data, start, 4 * hunits); in LSTMData() 135 public float fForwardB[]; field in LSTMBreakEngine.LSTMData 387 forwardH = compute(this.fData.fForwardW, this.fData.fForwardU, this.fData.fForwardB,
|
/third_party/icu/icu4c/source/common/ |
D | lstmbe.cpp | 368 ConstArray1D fForwardB; member 454 fForwardB.init(data, 4 * hunits); in LSTMData() 720 fData->fForwardW, fData->fForwardU, fData->fForwardB, in divideUpDictionaryRange()
|
/third_party/node/deps/icu-small/source/common/ |
D | lstmbe.cpp | 368 ConstArray1D fForwardB; member 454 fForwardB.init(data, 4 * hunits); in LSTMData() 720 fData->fForwardW, fData->fForwardU, fData->fForwardB, in divideUpDictionaryRange()
|