Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
H A Drnn.mod.py197 golden_start = i * units variable
H A Dsvdf.mod.py135 golden_start = i * units * batches variable
H A Dsvdf2.mod.py150 golden_start = i * units * batches variable
H A Dsvdf_bias_present.mod.py135 golden_start = i * units * batches variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Drnn_float16.mod.py197 golden_start = i * units variable
H A Dsvdf_bias_present_float16.mod.py135 golden_start = i * units * batches variable
H A Dsvdf_float16.mod.py135 golden_start = i * units * batches variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
H A Drnn_relaxed.mod.py198 golden_start = i * units variable
H A Dsvdf2_relaxed.mod.py151 golden_start = i * units * batches variable
H A Dsvdf_bias_present_relaxed.mod.py136 golden_start = i * units * batches variable
H A Dsvdf_relaxed.mod.py136 golden_start = i * units * batches variable
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSVDFTest.cpp352 float* golden_start = svdf_golden_output + i * svdf_num_units * svdf_num_batches; in TEST() local
411 float* golden_start = svdf_golden_output_rank_2 + i * svdf_num_units * svdf_num_batches; in TEST() local
H A DLSTMTest.cpp368 float* golden_start = lstm_golden_output + i * lstm.num_outputs(); in TEST() local
465 float* golden_start = lstm_golden_output + i * lstm.num_outputs(); in TEST() local
H A DRNNTest.cpp294 float* golden_start = rnn_golden_output + i * rnn.num_units(); in TEST() local
H A DLayerNormLSTMTest.cpp417 const float* golden_start = lstm_golden_output[b].data() + i * n_output; in TEST() local