Home
last modified time | relevance | path

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

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