Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceRNN.cpp89 const T* bwWeights = context->getInputBuffer<T>(kBwWeightsTensor); in executeTyped() local
296 Shape bwWeights = context->getInputShape(kBwWeightsTensor); in prepare() local
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp2949 ANeuralNetworksOperandType bwWeights = fwWeights; in bidirectionlSequenceRNNTest() local