Searched refs:kOverflowGuard (Results 1 – 1 of 1) sorted by relevance
13 static const int kOverflowGuard = 1 << 20; in ApplyLayerNorm() local25 int32_t temp = kOverflowGuard / n_input; in ApplyLayerNorm()27 int32_t variance2 = static_cast<int32_t>(variance / kOverflowGuard); in ApplyLayerNorm()