/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | quantized_lstm.mod.py | 34 input_to_forget_weights = Input("inputToForgetWeights", InputWeightsType) variable 63 input_to_forget_weights, 81 input_to_forget_weights: [24, 50, 132, 179, 158, 110, 3, 169], 122 input_to_forget_weights = Parameter("inputToForgetWeights", InputWeightsType, variable 159 input_to_forget_weights, input_to_cell_weights,
|
D | layer_norm_lstm.mod.py | 31 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", variable 95 "LSTM", input, input_to_input_weights, input_to_forget_weights, 112 input_to_forget_weights: [ 203 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", variable 267 "LSTM", input, input_to_input_weights, input_to_forget_weights, 281 input_to_forget_weights: [
|
D | lstm2_state_float16.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, … variable 67 input_to_forget_weights, 98 …input_to_forget_weights: [-0.55291498, -0.42866567, 0.13056988, -0.3633365, -0.22755712, 0.2825369…
|
D | lstm3_state2_float16.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, … variable 67 input_to_forget_weights, 118 input_to_forget_weights: [
|
D | lstm3_state_float16.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT16", "{%d, %d}" % (n_cell, … variable 67 input_to_forget_weights, 118 input_to_forget_weights: [
|
D | unidirectional_sequence_lstm_layer_norm_cifg_peephole.mod.py | 34 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", variable 93 "UNIDIRECTIONAL_SEQUENCE_LSTM", input, input_to_input_weights, input_to_forget_weights, 106 input_to_forget_weights: [
|
D | unidirectional_sequence_lstm_batch_major_peephole_projection_bias.mod.py | 34 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", variable 89 "UNIDIRECTIONAL_SEQUENCE_LSTM", input, input_to_input_weights, input_to_forget_weights, 123 input_to_forget_weights: [
|
/frameworks/ml/nn/runtime/test/specs/V1_3/ |
D | qlstm_projection.mod.py | 32 input_to_forget_weights = Input("input_to_forget_weights", InputWeightsType) variable 84 "QUANTIZED_LSTM", input, input_to_input_weights, input_to_forget_weights, 101 input_to_forget_weights: [ 160 input_to_forget_weights: [
|
/frameworks/ml/nn/runtime/test/specs/V1_0/ |
D | lstm2_state.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable 67 input_to_forget_weights, 98 …input_to_forget_weights: [-0.55291498, -0.42866567, 0.13056988, -0.3633365, -0.22755712, 0.2825369…
|
D | lstm3.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable 67 input_to_forget_weights, 118 input_to_forget_weights: [
|
D | lstm3_state3.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable 67 input_to_forget_weights, 118 input_to_forget_weights: [
|
D | lstm2_state2.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable 67 input_to_forget_weights, 98 …input_to_forget_weights: [-0.55291498, -0.42866567, 0.13056988, -0.3633365, -0.22755712, 0.2825369…
|
D | lstm3_state.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable 67 input_to_forget_weights, 118 input_to_forget_weights: [
|
D | lstm3_state2.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable 67 input_to_forget_weights, 118 input_to_forget_weights: [
|
D | lstm2.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable 67 input_to_forget_weights, 98 …input_to_forget_weights: [-0.55291498, -0.42866567, 0.13056988, -0.3633365, -0.22755712, 0.2825369…
|
D | lstm_state.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable 67 input_to_forget_weights, 98 …input_to_forget_weights: [0.09701663, 0.20334584, -0.50592935, -0.31343272, -0.40032279, 0.4478132…
|
D | lstm_state2.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable 67 input_to_forget_weights, 98 …input_to_forget_weights: [0.09701663, 0.20334584, -0.50592935, -0.31343272, -0.40032279, 0.4478132…
|
/frameworks/ml/nn/runtime/test/specs/V1_1/ |
D | lstm_state2_relaxed.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable 67 input_to_forget_weights, 99 …input_to_forget_weights: [0.09701663, 0.20334584, -0.50592935, -0.31343272, -0.40032279, 0.4478132…
|
D | lstm2_state_relaxed.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable 67 input_to_forget_weights, 99 …input_to_forget_weights: [-0.55291498, -0.42866567, 0.13056988, -0.3633365, -0.22755712, 0.2825369…
|
D | lstm2_relaxed.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable 67 input_to_forget_weights, 99 …input_to_forget_weights: [-0.55291498, -0.42866567, 0.13056988, -0.3633365, -0.22755712, 0.2825369…
|
D | lstm_state_relaxed.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable 67 input_to_forget_weights, 99 …input_to_forget_weights: [0.09701663, 0.20334584, -0.50592935, -0.31343272, -0.40032279, 0.4478132…
|
D | lstm2_state2_relaxed.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable 67 input_to_forget_weights, 99 …input_to_forget_weights: [-0.55291498, -0.42866567, 0.13056988, -0.3633365, -0.22755712, 0.2825369…
|
D | lstm3_state2_relaxed.mod.py | 30 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable 67 input_to_forget_weights, 119 input_to_forget_weights: [
|
/frameworks/ml/nn/tools/test_generator/tests/P_vts_backward_compatibility_float/ |
D | lstm_float.mod.py | 26 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable 63 input_to_forget_weights, 95 …input_to_forget_weights: [0.09701663, 0.20334584, -0.50592935, -0.31343272, -0.40032279, 0.4478132…
|
/frameworks/ml/nn/tools/test_generator/tests/P_backward_compatibility_float/ |
D | lstm_float.mod.py | 26 input_to_forget_weights = Input("input_to_forget_weights", "TENSOR_FLOAT32", "{%d, %d}" % (n_cell, … variable 63 input_to_forget_weights, 95 …input_to_forget_weights: [0.09701663, 0.20334584, -0.50592935, -0.31343272, -0.40032279, 0.4478132…
|