Home
last modified time | relevance | path

Searched refs:inputToForgetEffectiveBias (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQLSTM.cpp622 std::unique_ptr<int32_t[]> inputToForgetEffectiveBias; in execute() local
625 /*bias=*/nullptr, &inputToForgetEffectiveBias)); in execute()
674 MatrixBatchVectorMultiplyAccumulate(inputBuffer, inputToForgetEffectiveBias.get(), in execute()