Home
last modified time | relevance | path

Searched refs:cell_to_input_weights (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/ml/nn/runtime/test/specs/V1_2/
Dlayer_norm_lstm.mod.py50 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT32", variable
98 recurrent_to_output_weights, cell_to_input_weights, cell_to_forget_weights,
140 cell_to_input_weights: [0.05, 0.1, 0.25, 0.15],
222 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT32", variable
270 recurrent_to_output_weights, cell_to_input_weights, cell_to_forget_weights,
307 cell_to_input_weights: [],
Dlstm2_state_float16.mod.py39 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT16", "{0}") variable
76 cell_to_input_weights,
123 cell_to_input_weights: [],
Dlstm3_state2_float16.mod.py39 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT16", "{%d}" % (n_cell)) variable
76 cell_to_input_weights,
527 cell_to_input_weights: [
Dlstm3_state_float16.mod.py39 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT16", "{%d}" % (n_cell)) variable
76 cell_to_input_weights,
527 cell_to_input_weights: [
Dunidirectional_sequence_lstm_layer_norm_cifg_peephole.mod.py53 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT32", variable
96 recurrent_to_output_weights, cell_to_input_weights, cell_to_forget_weights,
132 cell_to_input_weights: [],
Dunidirectional_sequence_lstm_batch_major_peephole_projection_bias.mod.py53 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT32", variable
92 recurrent_to_output_weights, cell_to_input_weights, cell_to_forget_weights,
547 cell_to_input_weights: [
Dlstm_state2_float16.mod.py39 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT16", "{0}") variable
76 cell_to_input_weights,
127 cell_to_input_weights: [],
/frameworks/ml/nn/runtime/test/specs/V1_3/
Dqlstm_projection.mod.py43 cell_to_input_weights = Input("cell_to_input_weights", CellWeightsType) variable
87 recurrent_to_output_weights, cell_to_input_weights, cell_to_forget_weights,
136 cell_to_input_weights: [],
193 cell_to_input_weights: [],
/frameworks/ml/nn/runtime/test/specs/V1_0/
Dlstm2_state.mod.py39 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT32", "{0}") variable
76 cell_to_input_weights,
123 cell_to_input_weights: [],
Dlstm3.mod.py39 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
76 cell_to_input_weights,
527 cell_to_input_weights: [
Dlstm3_state3.mod.py39 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
76 cell_to_input_weights,
527 cell_to_input_weights: [
Dlstm2_state2.mod.py39 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT32", "{0}") variable
76 cell_to_input_weights,
123 cell_to_input_weights: [],
Dlstm3_state.mod.py39 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
76 cell_to_input_weights,
527 cell_to_input_weights: [
Dlstm3_state2.mod.py39 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
76 cell_to_input_weights,
527 cell_to_input_weights: [
Dlstm2.mod.py39 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT32", "{0}") variable
76 cell_to_input_weights,
123 cell_to_input_weights: [],
Dlstm_state.mod.py39 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT32", "{0}") variable
76 cell_to_input_weights,
127 cell_to_input_weights: [],
Dlstm_state2.mod.py39 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT32", "{0}") variable
76 cell_to_input_weights,
127 cell_to_input_weights: [],
/frameworks/ml/nn/runtime/test/specs/V1_1/
Dlstm_state2_relaxed.mod.py39 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT32", "{0}") variable
76 cell_to_input_weights,
128 cell_to_input_weights: [],
Dlstm2_state_relaxed.mod.py39 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT32", "{0}") variable
76 cell_to_input_weights,
124 cell_to_input_weights: [],
Dlstm2_relaxed.mod.py39 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT32", "{0}") variable
76 cell_to_input_weights,
124 cell_to_input_weights: [],
Dlstm_state_relaxed.mod.py39 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT32", "{0}") variable
76 cell_to_input_weights,
128 cell_to_input_weights: [],
Dlstm2_state2_relaxed.mod.py39 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT32", "{0}") variable
76 cell_to_input_weights,
124 cell_to_input_weights: [],
Dlstm3_state2_relaxed.mod.py39 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT32", "{%d}" % (n_cell)) variable
76 cell_to_input_weights,
528 cell_to_input_weights: [
/frameworks/ml/nn/tools/test_generator/tests/P_vts_backward_compatibility_float/
Dlstm_float.mod.py35 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT32", "{0}") variable
72 cell_to_input_weights,
124 cell_to_input_weights: [],
/frameworks/ml/nn/tools/test_generator/tests/P_backward_compatibility_float/
Dlstm_float.mod.py35 cell_to_input_weights = Input("cell_to_input_weights", "TENSOR_FLOAT32", "{0}") variable
72 cell_to_input_weights,
124 cell_to_input_weights: [],

12