Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSVDFTest.cpp340 const int svdf_num_units = svdf.num_units(); in TEST() local
352 float* golden_start = svdf_golden_output + i * svdf_num_units * svdf_num_batches; in TEST()
353 float* golden_end = golden_start + svdf_num_units * svdf_num_batches; in TEST()
399 const int svdf_num_units = svdf.num_units(); in TEST() local
411 float* golden_start = svdf_golden_output_rank_2 + i * svdf_num_units * svdf_num_batches; in TEST()
412 float* golden_end = golden_start + svdf_num_units * svdf_num_batches; in TEST()