Home
last modified time | relevance | path

Searched defs:cell_clip (Results 1 – 6 of 6) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dqlstm_noprojection.mod.py69 cell_clip = Float32Scalar("cell_clip", 0.) variable
Dqlstm_projection.mod.py69 cell_clip = Float32Scalar("cell_clip", 0.) variable
/packages/modules/NeuralNetworks/common/types/operations/include/
DLSTM.h33 float cell_clip; member
/packages/modules/NeuralNetworks/common/cpu_operations/
DLayerNormLSTMTest.cpp89 bool use_projection_bias, float cell_clip, float proj_clip, in LayerNormLSTMOpModel()
DLSTMTest.cpp80 bool use_projection_bias, float cell_clip, float proj_clip, in LSTMOpModel()
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp4404 ANeuralNetworksOperandType cell_clip = float32Scalar; in TEST() local