Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceRNN.cpp254 uint32_t bwOutputBatchStride; in executeTyped() local
256 bwOutputBatchStride = fwNumUnits + bwNumUnits; in executeTyped()
258 bwOutputBatchPtr = fwOutput + i * batchSize * bwOutputBatchStride; in executeTyped()
260 bwOutputBatchStride = bwNumUnits; in executeTyped()
261 bwOutputBatchPtr = bwOutput + i * batchSize * bwOutputBatchStride; in executeTyped()
267 bwRecurrentWeightsShape, activation, bwOutputBatchStride, in executeTyped()