Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
H A Dsvdf.mod.py132 batch_start = i * input_size * batches variable
H A Dsvdf2.mod.py147 batch_start = i * input_size * batches variable
H A Dsvdf_bias_present.mod.py132 batch_start = i * input_size * batches variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dsvdf_bias_present_float16.mod.py132 batch_start = i * input_size * batches variable
H A Dsvdf_float16.mod.py132 batch_start = i * input_size * batches variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
H A Dsvdf2_relaxed.mod.py148 batch_start = i * input_size * batches variable
H A Dsvdf_bias_present_relaxed.mod.py133 batch_start = i * input_size * batches variable
H A Dsvdf_relaxed.mod.py133 batch_start = i * input_size * batches variable
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSVDFTest.cpp346 float* batch_start = svdf_input + i * svdf_input_size * svdf_num_batches; in TEST() local
405 float* batch_start = svdf_input_rank2 + i * svdf_input_size * svdf_num_batches; in TEST() local
H A DRNNTest.cpp287 float* batch_start = rnn_input + i * rnn.input_size(); in TEST() local
H A DLayerNormLSTMTest.cpp407 const float* batch_start = lstm_input[b].data() + i * n_input; in TEST() local