Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DBidirectionalSequenceRNN.cpp44 constexpr uint32_t kFwAuxWeightsTensor = 10; // optional variable
97 const bool hasFwAuxWeights = !context->isOmittedInput(kFwAuxWeightsTensor); in getLinkingMode()
146 fwAuxWeights = context->getInputBuffer<T>(kFwAuxWeightsTensor); in executeTyped()
155 Shape fwAuxWeightsShape = context->getInputShape(kFwAuxWeightsTensor); in executeTyped()
378 Shape fwAuxWeights = context->getInputShape(kFwAuxWeightsTensor); in prepare()