Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceRNN.cpp171 uint32_t auxInputSize = 0; in executeTyped() local
173 auxInputSize = getSizeOfDimension(auxInputShape, 2); in executeTyped()
191 auxInputBatchPtr = auxInput + i * batchSize * auxInputSize; in executeTyped()
211 auxInputBatchPtr = auxInput + i * batchSize * auxInputSize; in executeTyped()