Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for updateIPs (0.16 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    This operation is similar to `tf.tensor_scatter_nd_add`, except that the tensor
    is zero-initialized. Calling `tf.scatter_nd(indices, updates, shape)`
    is identical to calling
    `tf.tensor_scatter_nd_add(tf.zeros(shape, updates.dtype), indices, updates)`
    
    If `indices` contains duplicates, the associated `updates` are accumulated
    (summed) into the output tensor.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

    *   Solves an OOM issue on TPUs when XLA contexts use fused average updates
    *   Updates `libjpeg-turbo` to `2.0.5` to handle
        [CVE-2020-13790](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13790).
    *   Updates `junit` to `4.13.1` to handle
        [CVE-2020-15250](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15250).
    *   Updates `PCRE` to `8.44` to handle
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    			err:  "spec.tolerations[1].effect",
    			test: "added invalid new toleration to existing tolerations in pod spec updates",
    		}, {
    			new:  core.Pod{ObjectMeta: metav1.ObjectMeta{Name: "foo"}, Spec: core.PodSpec{NodeName: "foo"}},
    			old:  core.Pod{ObjectMeta: metav1.ObjectMeta{Name: "foo"}},
    			err:  "spec: Forbidden: pod updates may not change fields",
    			test: "removed nodeName from pod spec",
    		}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.19.md

    - New flag --endpointslice-updates-batch-period in kube-controller-manager can be used to reduce number of endpointslice updates generated by pod changes. ([#88745](https://github.com/kubernetes/kubernetes/pull/88745), [@mborsz](https://github.com/mborsz)) [SIG API Machinery, Apps and Network]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              }
            },
            "type": "object"
          },
          "io.k8s.api.apps.v1.Deployment": {
            "description": "Deployment enables declarative updates for Pods and ReplicaSets.",
            "properties": {
              "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top