Home
last modified time | relevance | path

Searched refs:golden_start (Results 1 – 15 of 15) sorted by relevance

/packages/modules/NeuralNetworks/common/cpu_operations/
DSVDFTest.cpp352 float* golden_start = svdf_golden_output + i * svdf_num_units * svdf_num_batches; in TEST() local
353 float* golden_end = golden_start + svdf_num_units * svdf_num_batches; in TEST()
355 expected.insert(expected.end(), golden_start, golden_end); in TEST()
411 float* golden_start = svdf_golden_output_rank_2 + i * svdf_num_units * svdf_num_batches; in TEST() local
412 float* golden_end = golden_start + svdf_num_units * svdf_num_batches; in TEST()
414 expected.insert(expected.end(), golden_start, golden_end); in TEST()
DRNNTest.cpp294 float* golden_start = rnn_golden_output + i * rnn.num_units(); in TEST() local
295 float* golden_end = golden_start + rnn.num_units(); in TEST()
297 expected.insert(expected.end(), golden_start, golden_end); in TEST()
298 expected.insert(expected.end(), golden_start, golden_end); in TEST()
DLSTMTest.cpp368 float* golden_start = lstm_golden_output + i * lstm.num_outputs(); in TEST() local
369 float* golden_end = golden_start + lstm.num_outputs(); in TEST()
371 expected.insert(expected.end(), golden_start, golden_end); in TEST()
465 float* golden_start = lstm_golden_output + i * lstm.num_outputs(); in TEST() local
466 float* golden_end = golden_start + lstm.num_outputs(); in TEST()
468 expected.insert(expected.end(), golden_start, golden_end); in TEST()
DLayerNormLSTMTest.cpp418 const float* golden_start = lstm_golden_output[b].data() + i * n_output; in TEST() local
419 const float* golden_end = golden_start + n_output; in TEST()
420 expected.insert(expected.end(), golden_start, golden_end); in TEST()
/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
Dsvdf.mod.py135 golden_start = i * units * batches variable
136 golden_end = golden_start + units * batches
137 output0[output] = golden_outputs[golden_start:golden_end]
Drnn.mod.py197 golden_start = i * units variable
198 golden_end = golden_start + units
199 output0[output] = golden_outputs[golden_start:golden_end]
Dsvdf_bias_present.mod.py135 golden_start = i * units * batches variable
136 golden_end = golden_start + units * batches
137 output0[output] = golden_outputs[golden_start:golden_end]
Dsvdf2.mod.py150 golden_start = i * units * batches variable
151 golden_end = golden_start + units * batches
152 output0[output] = golden_outputs[golden_start:golden_end]
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Drnn_float16.mod.py197 golden_start = i * units variable
198 golden_end = golden_start + units
199 output0[output] = golden_outputs[golden_start:golden_end]
Dsvdf_bias_present_float16.mod.py135 golden_start = i * units * batches variable
136 golden_end = golden_start + units * batches
137 output0[output] = golden_outputs[golden_start:golden_end]
Dsvdf_float16.mod.py135 golden_start = i * units * batches variable
136 golden_end = golden_start + units * batches
137 output0[output] = golden_outputs[golden_start:golden_end]
/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
Drnn_relaxed.mod.py198 golden_start = i * units variable
199 golden_end = golden_start + units
200 output0[output] = golden_outputs[golden_start:golden_end]
Dsvdf2_relaxed.mod.py151 golden_start = i * units * batches variable
152 golden_end = golden_start + units * batches
153 output0[output] = golden_outputs[golden_start:golden_end]
Dsvdf_relaxed.mod.py136 golden_start = i * units * batches variable
137 golden_end = golden_start + units * batches
138 output0[output] = golden_outputs[golden_start:golden_end]
Dsvdf_bias_present_relaxed.mod.py136 golden_start = i * units * batches variable
137 golden_end = golden_start + units * batches
138 output0[output] = golden_outputs[golden_start:golden_end]