Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DLSTMTest.cpp997 float* golden_start_batch0 = lstm_golden_output[0] + i * lstm.num_outputs(); in TEST() local
998 float* golden_end_batch0 = golden_start_batch0 + lstm.num_outputs(); in TEST()
1002 expected.insert(expected.end(), golden_start_batch0, golden_end_batch0); in TEST()