Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DLSTMTest.cpp1101 float* golden_start_batch1 = lstm_golden_output[1] + i * lstm.num_outputs(); in TEST() local
1102 float* golden_end_batch1 = golden_start_batch1 + lstm.num_outputs(); in TEST()
1105 expected.insert(expected.end(), golden_start_batch1, golden_end_batch1); in TEST()