Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceRNN.cpp103 const T* bwWeights = context->getInputBuffer<T>(kBwWeightsTensor); in executeTyped() local
313 Shape bwWeights = context->getInputShape(kBwWeightsTensor); in prepare() local
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp3986 ANeuralNetworksOperandType bwWeights = fwWeights; in bidirectionlSequenceRNNTest() local