Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceRNN.cpp84 const T* fwRecurrentWeights = context->getInputBuffer<T>(kFwRecurrentWeightsTensor); in executeTyped() local
293 Shape fwRecurrentWeights = context->getInputShape(kFwRecurrentWeightsTensor); in prepare() local
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp2950 ANeuralNetworksOperandType fwRecurrentWeights = {.type = inputOperandCode, in bidirectionlSequenceRNNTest() local