Home
last modified time | relevance | path

Searched refs:test_inputs (Results 1 – 12 of 12) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Drnn_float16.mod.py89 test_inputs = [ variable
184 input_sequence_size = int(len(test_inputs) / input_size / batches)
191 input0[input] = test_inputs[input_begin:input_end]
Dlayer_norm_lstm.mod.py153 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)
Dsvdf_bias_present_float16.mod.py63 test_inputs = [ variable
134 input0[input] = test_inputs[batch_start:batch_end]
Dsvdf_float16.mod.py63 test_inputs = [ variable
134 input0[input] = test_inputs[batch_start:batch_end]
/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
Drnn_relaxed.mod.py90 test_inputs = [ variable
185 input_sequence_size = int(len(test_inputs) / input_size / batches)
192 input0[input] = test_inputs[input_begin:input_end]
Dsvdf2_relaxed.mod.py79 test_inputs = [ variable
150 input0[input] = test_inputs[batch_start:batch_end]
Dsvdf_relaxed.mod.py64 test_inputs = [ variable
135 input0[input] = test_inputs[batch_start:batch_end]
Dsvdf_bias_present_relaxed.mod.py64 test_inputs = [ variable
135 input0[input] = test_inputs[batch_start:batch_end]
/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
Drnn.mod.py89 test_inputs = [ variable
184 input_sequence_size = int(len(test_inputs) / input_size / batches)
191 input0[input] = test_inputs[input_begin:input_end]
Dsvdf.mod.py63 test_inputs = [ variable
134 input0[input] = test_inputs[batch_start:batch_end]
Dsvdf_bias_present.mod.py63 test_inputs = [ variable
134 input0[input] = test_inputs[batch_start:batch_end]
Dsvdf2.mod.py78 test_inputs = [ variable
149 input0[input] = test_inputs[batch_start:batch_end]