/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
D | layer_norm_lstm.mod.py | 177 for test_input, output_state, cell_state, golden_state, golden_output in tests: 181 cur_input[cell_state_in] = cell_state 346 for test_input, output_state, cell_state, golden_state, golden_output in tests: 350 cur_input[cell_state_in] = cell_state
|
D | lstm_float16.mod.py | 137 cell_state = [0, 0, 0, 0] variable 147 input0[cell_state_in] = cell_state
|
D | lstm_state2_float16.mod.py | 137 cell_state = [-0.287121, 0.148115, 0.556837, -0.388276] variable 147 input0[cell_state_in] = cell_state
|
D | lstm_state_float16.mod.py | 137 cell_state = [-0.145439, 0.157475, 0.293663, -0.277353,] variable 147 input0[cell_state_in] = cell_state
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
D | lstm_relaxed.mod.py | 138 cell_state = [0, 0, 0, 0] variable 148 input0[cell_state_in] = cell_state
|
D | lstm_state2_relaxed.mod.py | 138 cell_state = [-0.287121, 0.148115, 0.556837, -0.388276] variable 148 input0[cell_state_in] = cell_state
|
D | lstm_state_relaxed.mod.py | 138 cell_state = [-0.145439, 0.157475, 0.293663, -0.277353,] variable 148 input0[cell_state_in] = cell_state
|
/packages/modules/NeuralNetworks/tools/test_generator/tests/P_backward_compatibility_float/ |
D | lstm_float.mod.py | 134 cell_state = [0, 0, 0, 0] variable 144 input0[cell_state_in] = cell_state
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
D | lstm.mod.py | 137 cell_state = [0, 0, 0, 0] variable 147 input0[cell_state_in] = cell_state
|
D | lstm_state2.mod.py | 137 cell_state = [-0.287121, 0.148115, 0.556837, -0.388276] variable 147 input0[cell_state_in] = cell_state
|
D | lstm_state.mod.py | 137 cell_state = [-0.145439, 0.157475, 0.293663, -0.277353,] variable 147 input0[cell_state_in] = cell_state
|
/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_backward_compatibility_float/ |
D | lstm_float.mod.py | 134 cell_state = [0, 0, 0, 0] variable 144 input0[cell_state_in] = cell_state
|