Home
last modified time | relevance | path

Searched refs:numLayers (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md650numLayers, 4\*hiddenSize, inputSize]。<br/>- wHh,隐藏层到隐藏层的权重参数,形状为[numDirections\*numLayers, 4\*hidd…
871 | OH_NN_LSTM_NUM_LAYERS<sup>12+</sup> | 当张量作为LSTM算子的numLayers参数时,使用本枚举值。 |
H A D_neural_nework_runtime.md650numLayers, 4\*hiddenSize, inputSize]。<br/>- wHh,隐藏层到隐藏层的权重参数,形状为[numDirections\*numLayers, 4\*hidd…
871 | OH_NN_LSTM_NUM_LAYERS<sup>12+</sup> | 当张量作为LSTM算子的numLayers参数时,使用本枚举值。 |
/ohos5.0/drivers/interface/nnrt/v2_1/
H A DNodeAttrTypes.idl1296 * shape is [numDirections * numLayers, 4 * hiddenSize, inputSize].
1298 * shape is [numDirections * numLayers, 4 * hiddenSize, hiddenSize].
1300 * shape is [numDirections * numLayers, 8 * hiddenSize].
1301 …* * <b>hiddenState</b>, init state of hidden-layer, shape is [numDirections * numLayers, batchSize…
1302 …* * <b>cellState</b>, init state of cell, shape is [numDirections * numLayers, batchSize, hiddenSi…
1309 * shape is [numDirections * numLayers, batchSize, realHiddenSize].
1311 * shape is [numDirections * numLayers, batchSize, hiddenSize].
1327 long numLayers;
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/
H A Ddevice_manager_test.cpp1163 int64_t numLayers {0}; variable
1170 hiddenSize, numLayers, numDirections, dropout, zoneoutCell, zoneoutHidden, projSize);
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md650numLayers, 4\*hiddenSize, inputSize].<br>- **wHh**: weight from the hidden layer to the hidden lay…
871 | OH_NN_LSTM_NUM_LAYERS<sup>12+</sup> | Used when the tensor is used as the **numLayers** parameter…
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/
H A Dinner_model_test.cpp2081 int64_t numLayers {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 Dinner_model_test.cpp2020 int64_t numLayers {0}; variable
2027 hiddenSize, numLayers, numDirections, dropout, zoneoutCell, zoneoutHidden, projSize);
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/
H A Dgl2ext_entries.in1567 HOOK_API_ENTRY(void, glFramebufferFoveationConfigQCOM, GLuint framebuffer, GLuint numLayers, GLuint…
1568 CALL_HOOK_API(glFramebufferFoveationConfigQCOM, framebuffer, numLayers, focalPointsPerLayer, reques…
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dlite_graph_to_hdi_model_v2_1.cpp813 lstm.numLayers = mindspore::lite::MindIR_LSTM_GetNumLayers(primitive); in ConvertLSTM()