Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DSVDFTest.cpp338 const int svdf_num_units = svdf.num_units(); in TEST() local
350 float* golden_start = svdf_golden_output + i * svdf_num_units * svdf_num_batches; in TEST()
351 float* golden_end = golden_start + svdf_num_units * svdf_num_batches; in TEST()
397 const int svdf_num_units = svdf.num_units(); in TEST() local
409 float* golden_start = svdf_golden_output_rank_2 + i * svdf_num_units * svdf_num_batches; in TEST()
410 float* golden_end = golden_start + svdf_num_units * svdf_num_batches; in TEST()