Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQLSTM.cpp395 const float cellClip = context->getInputValue<float>(kCellClip); in execute() local
596 if (cellClip > 0.0) { in execute()
598 std::min(std::max(cellClip / prevCellStateShape.scale, -32768.0f), 32767.0f)); in execute()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp4156 ANeuralNetworksOperandType cellClip = floatScalar; in unidirectionalSequenceLSTMTest() local
4203 cellClip, in unidirectionalSequenceLSTMTest()