Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DBidirectionalSequenceRNN.cpp136 const T* bwBias = context->getInputBuffer<T>(kBwBiasTensor); in executeTyped() local
374 Shape bwBias = context->getInputShape(kBwBiasTensor); in prepare() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidateOperations.cpp3959 ANeuralNetworksOperandType bwBias = fwBias; in bidirectionlSequenceRNNTest() local