Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DUnidirectionalSequenceRNN.cpp34 constexpr uint32_t kRecurrentWeightsTensor = 2; variable
70 const T* recurrentWeights = context->getInputBuffer<T>(kRecurrentWeightsTensor); in executeTyped()
71 Shape recurrentWeightsShape = context->getInputShape(kRecurrentWeightsTensor); in executeTyped()
156 Shape recurrentWeights = context->getInputShape(kRecurrentWeightsTensor); in prepare()
H A DRNN.h41 static constexpr int kRecurrentWeightsTensor = 2; variable
H A DRNN.cpp34 recurrent_weights_ = GetInput(operation, operands, kRecurrentWeightsTensor); in RNN()
56 GetInput(operation, operands, kRecurrentWeightsTensor); in Prepare()