Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DBidirectionalSequenceRNN.cpp132 const T* bwWeights = context->getInputBuffer<T>(kBwWeightsTensor); in executeTyped() local
372 Shape bwWeights = context->getInputShape(kBwWeightsTensor); in prepare() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidateOperations.cpp3947 ANeuralNetworksOperandType bwWeights = fwWeights; in bidirectionlSequenceRNNTest() local