Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQLSTM.cpp649 std::unique_ptr<int32_t[]> projectionEffectiveBias; in execute() local
653 projectionBiasBuffer, &projectionEffectiveBias)); in execute()
781 MatrixBatchVectorMultiplyAccumulate(buffer8.data(), projectionEffectiveBias.get(), in execute()