Searched refs:projSize (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/ |
H A D | device_manager_test.cpp | 1168 int64_t projSize {0}; variable 1170 hiddenSize, numLayers, numDirections, dropout, zoneoutCell, zoneoutHidden, projSize);
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/ |
H A D | inner_model_test.cpp | 2086 int64_t projSize {0}; variable 2088 hiddenSize, numLayers, numDirections, dropout, zoneoutCell, zoneoutHidden, projSize);
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/ |
H A D | inner_model_test.cpp | 2025 int64_t projSize {0}; variable 2027 hiddenSize, numLayers, numDirections, dropout, zoneoutCell, zoneoutHidden, projSize);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _neural_network_runtime.md | 650 …Cell,控制单元保持上次状态的概率,默认为0。<br/>- zoneoutHidden,控制隐藏层状态保持上次的概率,默认为0。<br/>- projSize,如果该值>0,使用LSTM的… 876 | OH_NN_LSTM_PROJ_SIZE<sup>12+</sup> | 当张量作为LSTM算子的projSize参数时,使用本枚举值。 |
|
H A D | _neural_nework_runtime.md | 650 …Cell,控制单元保持上次状态的概率,默认为0。<br/>- zoneoutHidden,控制隐藏层状态保持上次的概率,默认为0。<br/>- projSize,如果该值>0,使用LSTM的… 876 | OH_NN_LSTM_PROJ_SIZE<sup>12+</sup> | 当张量作为LSTM算子的projSize参数时,使用本枚举值。 |
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | lite_graph_to_hdi_model_v2_1.cpp | 818 lstm.projSize = mindspore::lite::MindIR_LSTM_GetProjSize(primitive); in ConvertLSTM()
|
/ohos5.0/drivers/interface/nnrt/v2_1/ |
H A D | NodeAttrTypes.idl | 1336 /** If projSize > 0, will use LSTM with projections of corresponding size. Default: 0. */ 1337 long projSize;
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _neural_network_runtime.md | 650 …en layer retains the previous state. The default value is **0**.<br>- **projSize**: projection siz… 876 | OH_NN_LSTM_PROJ_SIZE<sup>12+</sup> | Used when the tensor is used as the **projSize** parameter o…
|