Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceRNN.cpp98 const T* fwRecurrentWeights = context->getInputBuffer<T>(kFwRecurrentWeightsTensor); in executeTyped() local
310 Shape fwRecurrentWeights = context->getInputShape(kFwRecurrentWeightsTensor); in prepare() local
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp3987 ANeuralNetworksOperandType fwRecurrentWeights = {.type = inputOperandCode, in bidirectionlSequenceRNNTest() local