Home
last modified time | relevance | path

Searched defs:recurrent_weights (Results 1 – 8 of 8) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
Drnn_state.mod.py25 recurrent_weights = Input("recurrent_weights", "TENSOR_FLOAT32", "{%d, %d}" % (units, units)) variable
Drnn.mod.py25 recurrent_weights = Input("recurrent_weights", "TENSOR_FLOAT32", "{%d, %d}" % (units, units)) variable
/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
Drnn_state_relaxed.mod.py25 recurrent_weights = Input("recurrent_weights", "TENSOR_FLOAT32", "{%d, %d}" % (units, units)) variable
Drnn_relaxed.mod.py25 recurrent_weights = Input("recurrent_weights", "TENSOR_FLOAT32", "{%d, %d}" % (units, units)) variable
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Drnn_float16.mod.py25 recurrent_weights = Input("recurrent_weights", "TENSOR_FLOAT16", "{%d, %d}" % (units, units)) variable
Dunidirectional_sequence_rnn.mod.py19 def test(name, input, weights, recurrent_weights, bias, hidden_state, argument
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dunidirectional_sequence_rnn.mod.py19 def test(name, input, weights, recurrent_weights, bias, hidden_state, argument
/packages/modules/NeuralNetworks/common/cpu_operations/
DRNN.cpp55 const RunTimeOperandInfo* recurrent_weights = in Prepare() local