Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DBidirectionalSequenceRNN.cpp258 const T* auxInputBatchPtr = nullptr; in executeTyped() local
260 auxInputBatchPtr = auxInput + i * batchSize * auxInputSize; in executeTyped()
265 RNN::RNNStep<T>(inputBatchPtr, fixedTimeInputShape, auxInputBatchPtr, in executeTyped()
277 const T* auxInputBatchPtr = nullptr; in executeTyped() local
279 auxInputBatchPtr = auxInput + i * batchSize * auxInputSize; in executeTyped()
293 RNN::RNNStep<T>(inputBatchPtr, fixedTimeInputShape, auxInputBatchPtr, in executeTyped()