Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DBidirectionalSequenceRNN.cpp125 const T* fwWeights = context->getInputBuffer<T>(kFwWeightsTensor); in executeTyped() local
368 Shape fwWeights = context->getInputShape(kFwWeightsTensor); in prepare() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidateOperations.cpp3942 ANeuralNetworksOperandType fwWeights = {.type = inputOperandCode, in bidirectionlSequenceRNNTest() local