Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DQLSTM.cpp506 std::unique_ptr<int32_t[]> inputToForgetEffectiveBias; in execute() local
509 /*bias=*/nullptr, &inputToForgetEffectiveBias)); in execute()
558 MatrixBatchVectorMultiplyAccumulate(inputBuffer, inputToForgetEffectiveBias.get(), in execute()