Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceRNN.cpp194 T* fwOutputBatchPtr = fwOutput + i * batchSize * fwOutputBatchStride; in executeTyped() local
200 /*outputBatchOffset=*/0, fwOutputBatchPtr, tempHiddenState.data()); in executeTyped()