Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DLSTMTest.cpp999 float* golden_start_batch1 = lstm_golden_output[1] + i * lstm.num_outputs(); in TEST() local
1000 float* golden_end_batch1 = golden_start_batch1 + lstm.num_outputs(); in TEST()
1003 expected.insert(expected.end(), golden_start_batch1, golden_end_batch1); in TEST()