Home
last modified time | relevance | path

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

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