Home
last modified time | relevance | path

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

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