Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceRNN.cpp188 const T* inputBatchPtr = input + i * batchSize * inputSize; in executeTyped() local
196 RNN::RNNStep<T>(inputBatchPtr, fixedTimeInputShape, auxInputBatchPtr, in executeTyped()
208 const T* inputBatchPtr = input + i * batchSize * inputSize; in executeTyped() local
225 RNN::RNNStep<T>(inputBatchPtr, fixedTimeInputShape, auxInputBatchPtr, in executeTyped()