Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DUnidirectionalSequenceRNN.cpp29 constexpr uint32_t kRecurrentWeightsTensor = 2; variable
62 const T* recurrentWeights = context->getInputBuffer<T>(kRecurrentWeightsTensor); in executeTyped()
63 Shape recurrentWeightsShape = context->getInputShape(kRecurrentWeightsTensor); in executeTyped()
134 Shape recurrentWeights = context->getInputShape(kRecurrentWeightsTensor); in prepare()
DRNN.h39 static constexpr int kRecurrentWeightsTensor = 2; variable
DRNN.cpp33 recurrent_weights_ = GetInput(operation, operands, kRecurrentWeightsTensor); in RNN()
59 GetInput(operation, operands, kRecurrentWeightsTensor); in Prepare()