- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for UNIQUE (0.05 sec)
-
RELEASE.md
* Promoting `tf.data.experimental.ThreadingOptions` API to `tf.data.ThreadingOptions` and deprecating the experimental endpoint. * Promoting `tf.data.experimental.unique` API to `tf.data.Dataset.unique` and deprecating the experimental endpoint. * Added `stop_on_empty_dataset` parameter to `sample_from_datasets` and `choose_from_datasets`. Setting `stop_on_empty_dataset=True` will stop
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1) -
lib/fips140/v1.0.0.zip
key. func New[H fips140.Hash](h func() H, key []byte) *HMAC { hm := &HMAC{keyLen: len(key)} hm.outer = h() hm.inner = h() unique := true func() { defer func() { // The comparison might panic if the underlying types are not comparable. _ = recover() }() if hm.outer == hm.inner { unique = false } }() if !unique { panic("crypto/hmac: hash generation function does not produce unique values") } blocksize := hm.inner.BlockSize() hm.ipad = make([]byte, blocksize) hm.opad = make([]byte, blocksize) if len(key)...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)