Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DUnidirectionalSequenceRNN.cpp36 constexpr uint32_t kHiddenStateTensor = 4; variable
73 const T* hiddenState = context->getInputBuffer<T>(kHiddenStateTensor); in executeTyped()
158 Shape hiddenState = context->getInputShape(kHiddenStateTensor); in prepare()
190 Shape outputStateShape = context->getInputShape(kHiddenStateTensor); in prepare()