Home
last modified time | relevance | path

Searched defs:auxInputShape (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DRNN.cpp137 const Shape& auxInputShape, const T* hiddenStateInputData, const T* biasData, in RNNStep()
H A DBidirectionalSequenceRNN.cpp154 Shape auxInputShape = context->getInputShape(kAuxInputTensor); in executeTyped() local