Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for assignTo (0.08 sec)

  1. manifests/charts/base/files/crd-all.gen.yaml

                                          type: object
                                      type: object
                                    name:
                                      description: The name assigned to the filter chain.
                                      type: string
                                    sni:
                                      description: The SNI value used by a filter chain's
    Registered: 2025-05-28 22:53
    - Last Modified: 2025-05-22 14:52
    - 812.6K bytes
    - Viewed (0)
  2. RELEASE.md

            [guide on input distribution](https://www.tensorflow.org/tutorials/distribute/input).
    *   Allow var.assign on MirroredVariables with aggregation=NONE in replica
        context. Previously this would raise an error. We now allow this because
        many users and library writers find using `.assign` in replica context to be
        more convenient, instead of having to use `Strategy.extended.update` which
    Registered: 2025-05-27 12:39
    - Last Modified: 2025-04-21 16:40
    - 738.1K bytes
    - Viewed (1)
  3. lib/fips140/v1.0.0.zip

    i++ { _, c = bits.Sub(xLimbs[i], yLimbs[i], c) } // If there was a carry, then subtracting y underflowed, so // x is not greater than or equal to y. return not(choice(c)) } // assign sets x <- y if on == 1, and does nothing otherwise. // // Both operands must have the same announced length. // //go:norace func (x *Nat) assign(on choice, y *Nat) *Nat { // Eliminate bounds checks in the loop. size := len(x.limbs) xLimbs := x.limbs[:size] yLimbs := y.limbs[:size] mask := ctMask(on) for i := 0; i < size;...
    Registered: 2025-05-27 11:13
    - Last Modified: 2025-01-29 15:10
    - 635K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.19.md

    - Fix bug in the port allocation logic that caused that the NodePort creation with statically assigned portNumber collide in multi-master HA cluster ([#89937](https://github.com/kubernetes/kubernetes/pull/89937), [@aojea](https://github.com/aojea)) [SIG Network and Testing]
    Registered: 2025-05-30 09:05
    - Last Modified: 2022-01-05 05:42
    - 489.7K bytes
    - Viewed (0)
Back to top