Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceRNN.cpp105 const T* bwRecurrentWeights = context->getInputBuffer<T>(kBwRecurrentWeightsTensor); in executeTyped() local
314 Shape bwRecurrentWeights = context->getInputShape(kBwRecurrentWeightsTensor); in prepare() local
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp3992 ANeuralNetworksOperandType bwRecurrentWeights = fwRecurrentWeights; in bidirectionlSequenceRNNTest() local