Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceRNN.cpp229 const T* auxInputBatchPtr = nullptr; in executeTyped() local
231 auxInputBatchPtr = auxInput + i * batchSize * auxInputSize; in executeTyped()
236 RNN::RNNStep<T>(inputBatchPtr, fixedTimeInputShape, auxInputBatchPtr, in executeTyped()
248 const T* auxInputBatchPtr = nullptr; in executeTyped() local
250 auxInputBatchPtr = auxInput + i * batchSize * auxInputSize; in executeTyped()
264 RNN::RNNStep<T>(inputBatchPtr, fixedTimeInputShape, auxInputBatchPtr, in executeTyped()