- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for lowBits (0.25 sec)
-
lib/fips140/v1.1.0-rc1.zip
15 { t.Fatalf("decompose32(%d) returned r1 = %d, which is out of range", x, gotR1) } default: t.Fatalf("unsupported denγ2: %d", p.γ2) } if uint32(gotR1) != r1 { t.Fatalf("highBits(%d) = %d, expected %d", x, gotR1, r1) } if gotR0 != r0 { t.Fatalf("lowBits(%d) = %d, expected %d", x, gotR0, r0) } } } func TestZetas(t *testing.T) { ζ := big.NewInt(1753) q := big.NewInt(q) for k, zeta := range zetas { // ζ^BitRev₈(k) mod q exp := new(big.Int).Exp(ζ, big.NewInt(int64(BitRev8(uint8(k)))), q) got := fiel...Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0) -
RELEASE.md
`tf.initializers = tf.keras.initializers` & `tf.optimizers = tf.keras.optimizers`. * Updates binary cross entropy logic in Keras when input is probabilities. Instead of converting probabilities to logits, we are using the cross entropy formula for probabilities. * Added public APIs for `cumsum` and `cumprod` keras backend functions. * Add support for temporal sample weight mode in subclassed models.Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Tue Oct 28 22:27:41 UTC 2025 - 740.4K bytes - Viewed (3)