Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DQuantUtils.cpp13 static const int kOverflowGuard = 1 << 20; in ApplyLayerNorm() local
25 int32_t temp = kOverflowGuard / n_input; in ApplyLayerNorm()
27 int32_t variance2 = static_cast<int32_t>(variance / kOverflowGuard); in ApplyLayerNorm()