Search Options

Results per page
Sort
Preferred Languages
Advance

Results 261 - 263 of 263 for populate (0.05 sec)

  1. CHANGELOG/CHANGELOG-1.12.md

    * client-go: restores behavior of populating the BearerToken field in rest.Config objects constructed from kubeconfig files containing tokenFile config, or from in-cluster configuration. An additional BearerTokenFile field is now populated to enable constructed clients to periodically refresh tokens. ([#71713](https://github.com/kubernetes/kubernetes/pull/71713), [@liggitt](https://github.com/liggitt))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  2. RELEASE.md

            Cloud TPUs.
        *   Support for `.fit`, `.evaluate`, `.predict` on TPU using numpy data, in
            addition to `tf.data.Dataset`.
        *   Keras reference implementations for many popular models are available in
            the TensorFlow
            [Model Garden](https://github.com/tensorflow/models/tree/master/official).
    *   `tf.data`
        *   Changes rebatching for `tf.data datasets` + DistributionStrategy for
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
  3. lib/fips140/v1.0.0.zip

    *P256Point, n uint8) { if n > 16 { panic("nistec: internal error: p256Table called with out-of-bounds value") } p.Set(NewP256Point()) for i := uint8(1); i <= 16; i++ { cond := subtle.ConstantTimeByteEq(i, n) p.Select(&table[i-1], p, cond) } } // Compute populates the table to the first 16 multiples of q. func (table *p256Table) Compute(q *P256Point) *p256Table { table[0].Set(q) for i := 1; i < 16; i += 2 { table[i].Double(&table[i/2]) if i+1 < 16 { table[i+1].Add(&table[i], q) } } return table } func boothW5(in...
    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