Searched refs:test_inputs (Results 1 – 12 of 12) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
D | rnn_float16.mod.py | 89 test_inputs = [ variable 184 input_sequence_size = int(len(test_inputs) / input_size / batches) 191 input0[input] = test_inputs[input_begin:input_end]
|
D | layer_norm_lstm.mod.py | 153 test_inputs = [[0.7, 0.8, 0.1, 0.2, 0.3, 0.3, 0.2, 0.9, 0.8, 0.1], variable 175 test_inputs, output_states, cell_states, golden_cell_states, golden_outputs) 320 test_inputs = [[0.7, 0.8, 0.1, 0.2, 0.3, 0.3, 0.2, 0.9, 0.8, 0.1], variable 344 test_inputs, output_states, cell_states, golden_cell_states, golden_outputs)
|
D | svdf_bias_present_float16.mod.py | 63 test_inputs = [ variable 134 input0[input] = test_inputs[batch_start:batch_end]
|
D | svdf_float16.mod.py | 63 test_inputs = [ variable 134 input0[input] = test_inputs[batch_start:batch_end]
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
D | rnn_relaxed.mod.py | 90 test_inputs = [ variable 185 input_sequence_size = int(len(test_inputs) / input_size / batches) 192 input0[input] = test_inputs[input_begin:input_end]
|
D | svdf2_relaxed.mod.py | 79 test_inputs = [ variable 150 input0[input] = test_inputs[batch_start:batch_end]
|
D | svdf_relaxed.mod.py | 64 test_inputs = [ variable 135 input0[input] = test_inputs[batch_start:batch_end]
|
D | svdf_bias_present_relaxed.mod.py | 64 test_inputs = [ variable 135 input0[input] = test_inputs[batch_start:batch_end]
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
D | rnn.mod.py | 89 test_inputs = [ variable 184 input_sequence_size = int(len(test_inputs) / input_size / batches) 191 input0[input] = test_inputs[input_begin:input_end]
|
D | svdf.mod.py | 63 test_inputs = [ variable 134 input0[input] = test_inputs[batch_start:batch_end]
|
D | svdf_bias_present.mod.py | 63 test_inputs = [ variable 134 input0[input] = test_inputs[batch_start:batch_end]
|
D | svdf2.mod.py | 78 test_inputs = [ variable 149 input0[input] = test_inputs[batch_start:batch_end]
|