Home
last modified time | relevance | path

Searched defs:batch_end (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
H A Dsvdf.mod.py133 batch_end = batch_start + input_size * batches variable
H A Dsvdf2.mod.py148 batch_end = batch_start + input_size * batches variable
H A Dsvdf_bias_present.mod.py133 batch_end = batch_start + input_size * batches variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dsvdf_bias_present_float16.mod.py133 batch_end = batch_start + input_size * batches variable
H A Dsvdf_float16.mod.py133 batch_end = batch_start + input_size * batches variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
H A Dsvdf2_relaxed.mod.py149 batch_end = batch_start + input_size * batches variable
H A Dsvdf_bias_present_relaxed.mod.py134 batch_end = batch_start + input_size * batches variable
H A Dsvdf_relaxed.mod.py134 batch_end = batch_start + input_size * batches variable
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSVDFTest.cpp347 float* batch_end = batch_start + svdf_input_size * svdf_num_batches; in TEST() local
406 float* batch_end = batch_start + svdf_input_size * svdf_num_batches; in TEST() local
H A DRNNTest.cpp288 float* batch_end = batch_start + rnn.input_size(); in TEST() local
H A DLayerNormLSTMTest.cpp408 const float* batch_end = batch_start + n_input; in TEST() local