Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DBidirectionalSequenceRNN.cpp257 const T* inputBatchPtr = input + i * batchSize * inputSize; in executeTyped() local
265 RNN::RNNStep<T>(inputBatchPtr, fixedTimeInputShape, auxInputBatchPtr, in executeTyped()
276 const T* inputBatchPtr = bwInput + i * batchSize * inputSize; in executeTyped() local
293 RNN::RNNStep<T>(inputBatchPtr, fixedTimeInputShape, auxInputBatchPtr, in executeTyped()