- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for invertible (1.2 sec)
-
lib/fips140/v1.0.0.zip
bits.UintSize; i++ { out.montgomeryMul(out, out, m) if k := (e >> (bits.UintSize - i - 1)) & 1; k != 0 { out.montgomeryMul(out, xR, m) } } return out.montgomeryReduction(m) } // InverseVarTime calculates x = a⁻¹ mod m and returns (x, true) if a is // invertible. Otherwise, InverseVarTime returns (x, false) and x is not // modified. // // a must be reduced modulo m, but doesn't need to have the same size. The // output will be resized to the size of m and overwritten. // //go:norace func (x *Nat) InverseVarTime(a...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
RELEASE.md
AVX support. * Deprecate `tf.compat.v1.lite.experimental.get_potentially_supported_ops`. Use `tf.lite.TFLiteConverter` directly to check whether a model is convertible. * Add support to select one of three different built-in op resolvers * Enabled post training with calibrations for models that require user provided TensorFlow Lite custom op libraries via
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1)