Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
H A Drnn.mod.py198 golden_end = golden_start + units variable
H A Dsvdf.mod.py136 golden_end = golden_start + units * batches variable
H A Dsvdf2.mod.py151 golden_end = golden_start + units * batches variable
H A Dsvdf_bias_present.mod.py136 golden_end = golden_start + units * batches variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Drnn_float16.mod.py198 golden_end = golden_start + units variable
H A Dsvdf_bias_present_float16.mod.py136 golden_end = golden_start + units * batches variable
H A Dsvdf_float16.mod.py136 golden_end = golden_start + units * batches variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
H A Drnn_relaxed.mod.py199 golden_end = golden_start + units variable
H A Dsvdf2_relaxed.mod.py152 golden_end = golden_start + units * batches variable
H A Dsvdf_bias_present_relaxed.mod.py137 golden_end = golden_start + units * batches variable
H A Dsvdf_relaxed.mod.py137 golden_end = golden_start + units * batches variable
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSVDFTest.cpp353 float* golden_end = golden_start + svdf_num_units * svdf_num_batches; in TEST() local
412 float* golden_end = golden_start + svdf_num_units * svdf_num_batches; in TEST() local
H A DLSTMTest.cpp369 float* golden_end = golden_start + lstm.num_outputs(); in TEST() local
466 float* golden_end = golden_start + lstm.num_outputs(); in TEST() local
H A DRNNTest.cpp295 float* golden_end = golden_start + rnn.num_units(); in TEST() local
H A DLayerNormLSTMTest.cpp418 const float* golden_end = golden_start + n_output; in TEST() local