Home
last modified time | relevance | path

Searched defs:output_state (Results 1 – 14 of 14) sorted by relevance

/frameworks/ml/nn/runtime/test/specs/V1_3/
Dunidirectional_sequence_rnn.mod.py20 activation, time_major, output, output_state, input_data, weights_data, argument
/frameworks/ml/nn/runtime/test/specs/V1_2/
Dlstm_state_float16.mod.py136 output_state = [-0.0297319, 0.122947, 0.208851, -0.153588] variable
Dlstm_float16.mod.py136 output_state = [0, 0, 0, 0] variable
Dlstm_state2_float16.mod.py136 output_state = [-0.0371611, 0.125073, 0.411934, -0.208605] variable
/frameworks/ml/nn/runtime/test/specs/V1_0/
Dlstm_state2.mod.py136 output_state = [-0.0371611, 0.125073, 0.411934, -0.208605] variable
Dlstm.mod.py136 output_state = [0, 0, 0, 0] variable
Dlstm_state.mod.py136 output_state = [-0.0297319, 0.122947, 0.208851, -0.153588] variable
/frameworks/ml/nn/tools/test_generator/tests/P_backward_compatibility_float/
Dlstm_float.mod.py133 output_state = [0, 0, 0, 0] variable
/frameworks/ml/nn/runtime/test/specs/V1_1/
Dlstm_state2_relaxed.mod.py137 output_state = [-0.0371611, 0.125073, 0.411934, -0.208605] variable
Dlstm_state_relaxed.mod.py137 output_state = [-0.0297319, 0.122947, 0.208851, -0.153588] variable
Dlstm_relaxed.mod.py137 output_state = [0, 0, 0, 0] variable
/frameworks/ml/nn/tools/test_generator/tests/P_vts_backward_compatibility_float/
Dlstm_float.mod.py133 output_state = [0, 0, 0, 0] variable
/frameworks/ml/nn/common/operations/
DLSTM.h43 bool output_state; member
/frameworks/ml/nn/common/
DCpuExecutor.cpp1054 const bool output_state = (outs.size() == 5 || outs.size() == 6); in executeOperation() local