Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DBidirectionalSequenceRNN.cpp129 const T* fwBias = context->getInputBuffer<T>(kFwBiasTensor); in executeTyped() local
370 Shape fwBias = context->getInputShape(kFwBiasTensor); in prepare() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidateOperations.cpp3954 ANeuralNetworksOperandType fwBias = {.type = inputOperandCode, in bidirectionlSequenceRNNTest() local