/frameworks/ml/nn/runtime/test/specs/V1_3/ |
D | unidirectional_sequence_rnn.mod.py | 20 activation, time_major, output, output_state, input_data, weights_data, argument
|
/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | lstm_state_float16.mod.py | 136 output_state = [-0.0297319, 0.122947, 0.208851, -0.153588] variable
|
D | lstm_float16.mod.py | 136 output_state = [0, 0, 0, 0] variable
|
D | lstm_state2_float16.mod.py | 136 output_state = [-0.0371611, 0.125073, 0.411934, -0.208605] variable
|
/frameworks/ml/nn/runtime/test/specs/V1_0/ |
D | lstm_state2.mod.py | 136 output_state = [-0.0371611, 0.125073, 0.411934, -0.208605] variable
|
D | lstm.mod.py | 136 output_state = [0, 0, 0, 0] variable
|
D | lstm_state.mod.py | 136 output_state = [-0.0297319, 0.122947, 0.208851, -0.153588] variable
|
/frameworks/ml/nn/tools/test_generator/tests/P_backward_compatibility_float/ |
D | lstm_float.mod.py | 133 output_state = [0, 0, 0, 0] variable
|
/frameworks/ml/nn/runtime/test/specs/V1_1/ |
D | lstm_state2_relaxed.mod.py | 137 output_state = [-0.0371611, 0.125073, 0.411934, -0.208605] variable
|
D | lstm_state_relaxed.mod.py | 137 output_state = [-0.0297319, 0.122947, 0.208851, -0.153588] variable
|
D | lstm_relaxed.mod.py | 137 output_state = [0, 0, 0, 0] variable
|
/frameworks/ml/nn/tools/test_generator/tests/P_vts_backward_compatibility_float/ |
D | lstm_float.mod.py | 133 output_state = [0, 0, 0, 0] variable
|
/frameworks/ml/nn/common/operations/ |
D | LSTM.h | 43 bool output_state; member
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 1054 const bool output_state = (outs.size() == 5 || outs.size() == 6); in executeOperation() local
|