Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceRNN.cpp215 uint32_t bwOutputBatchStride; in executeTyped() local
217 bwOutputBatchStride = fwNumUnits + bwNumUnits; in executeTyped()
219 bwOutputBatchPtr = fwOutput + i * batchSize * bwOutputBatchStride; in executeTyped()
221 bwOutputBatchStride = bwNumUnits; in executeTyped()
222 bwOutputBatchPtr = bwOutput + i * batchSize * bwOutputBatchStride; in executeTyped()
228 bwRecurrentWeightsShape, activation, bwOutputBatchStride, in executeTyped()