Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for versionid (0.38 sec)

  1. RELEASE.md

        [`tf.debugging`](https://www.tensorflow.org/versions/master/api_docs/python/tf/debugging),
        [`tf.dtypes`](https://www.tensorflow.org/versions/master/api_docs/python/tf/dtypes),
        [`tf.image`](https://www.tensorflow.org/versions/master/api_docs/python/tf/image),
        [`tf.io`](https://www.tensorflow.org/versions/master/api_docs/python/tf/io),
        [`tf.linalg`](https://www.tensorflow.org/versions/master/api_docs/python/tf/linalg),
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
  2. CHANGELOG/CHANGELOG-1.19.md

    - CustomResourceDefinitions added support for marking versions as deprecated by setting `spec.versions[*].deprecated` to `true`, and for optionally overriding the default deprecation warning with a `spec.versions[*].deprecationWarning` field. ([#92329](https://github.com/kubernetes/kubernetes/pull/92329), [@liggitt](https://github.com/liggitt)) [SIG API Machinery]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. lib/fips140/v1.0.0.zip

    Direction{[]byte{'A'}, []byte{'C'}, []byte{'E'}} } func Keys[Hash fips140.Hash](hash func() Hash, d Direction, K, H, sessionID []byte, ivKeyLen, keyLen, macKeyLen int, ) (ivKey, key, macKey []byte) { h := hash() generateKeyMaterial := func(tag []byte, length int) []byte { var key []byte for len(key) < length { h.Reset() h.Write(K) h.Write(H) if len(key) == 0 { h.Write(tag) h.Write(sessionID) } else { h.Write(key) } key = h.Sum(key) } return key[:length] } ivKey = generateKeyMaterial(d.ivTag, ivKeyLen)...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top