Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQLSTM.cpp398 const float projectionClip = context->getInputValue<float>(kProjectionClip); in execute() local
603 if (projectionClip > 0.0) { in execute()
605 std::min(std::max(projectionClip / projectionWeightsShape.scale, -128.0f), 127.0f)); in execute()