Searched defs:recurrent_weights (Results 1 – 8 of 8) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
D | rnn_state.mod.py | 25 recurrent_weights = Input("recurrent_weights", "TENSOR_FLOAT32", "{%d, %d}" % (units, units)) variable
|
D | rnn.mod.py | 25 recurrent_weights = Input("recurrent_weights", "TENSOR_FLOAT32", "{%d, %d}" % (units, units)) variable
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
D | rnn_state_relaxed.mod.py | 25 recurrent_weights = Input("recurrent_weights", "TENSOR_FLOAT32", "{%d, %d}" % (units, units)) variable
|
D | rnn_relaxed.mod.py | 25 recurrent_weights = Input("recurrent_weights", "TENSOR_FLOAT32", "{%d, %d}" % (units, units)) variable
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
D | rnn_float16.mod.py | 25 recurrent_weights = Input("recurrent_weights", "TENSOR_FLOAT16", "{%d, %d}" % (units, units)) variable
|
D | unidirectional_sequence_rnn.mod.py | 19 def test(name, input, weights, recurrent_weights, bias, hidden_state, argument
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
D | unidirectional_sequence_rnn.mod.py | 19 def test(name, input, weights, recurrent_weights, bias, hidden_state, argument
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | RNN.cpp | 55 const RunTimeOperandInfo* recurrent_weights = in Prepare() local
|