Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for mutating (0.23 sec)

  1. pkg/apis/core/validation/validation_test.go

    					SchedulingGates: []core.PodSchedulingGate{{Name: "foo"}},
    				},
    			},
    			err:  "Forbidden: only deletion is allowed, but found new scheduling gate 'bar'",
    			test: "update pod spec schedulingGates: mutating an existing scheduling gate",
    		}, {
    			new: core.Pod{
    				Spec: core.PodSpec{
    					SchedulingGates: []core.PodSchedulingGate{{Name: "baz"}},
    				},
    			},
    			old: core.Pod{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. src/testdata/Isaac.Newton-Opticks.txt

    Refraction of the Light in passing cross this Prism be desired: Let ACB
    [in _Fig._ 2.] represent a Plane cutting this Prism transversly to its
    three Parallel lines or edges there where the Light passeth through it,
    and let DE be the Ray incident upon the first side of the Prism AC where
    the Light goes into the Glass; and by putting the Proportion of the Sine
    of Incidence to the Sine of Refraction as 17 to 11 find EF the first
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                  type: object
                              type: object
                            delay:
                              description: Delay requests before forwarding, emulating
                                various failures such as network issues, overloaded upstream
                                service, etc.
                              oneOf:
                              - not:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  4. manifests/charts/base/crds/crd-all.gen.yaml

                                  type: object
                              type: object
                            delay:
                              description: Delay requests before forwarding, emulating
                                various failures such as network issues, overloaded upstream
                                service, etc.
                              oneOf:
                              - not:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                  type: object
                              type: object
                            delay:
                              description: Delay requests before forwarding, emulating
                                various failures such as network issues, overloaded upstream
                                service, etc.
                              oneOf:
                              - not:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.19.md

    ### Bug or Regression
    
    - Aggregate errors when putting vmss ([#98350](https://github.com/kubernetes/kubernetes/pull/98350), [@nilo19](https://github.com/nilo19)) [SIG Cloud Provider]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "observedGeneration": {
                "description": "observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.",
                "format": "int64",
                "type": "integer"
              },
              "readyReplicas": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    def TF_InplaceUpdateOp : TF_Op<"InplaceUpdate", [Pure]> {
      let summary = "Updates specified rows 'i' with values 'v'.";
    
      let description = [{
    Computes `x[i, :] = v; return x`.
    
    Originally this function is mutative however for compilation we make this
    operation create / operate on a copy of `x`.
      }];
    
      let arguments = (ins
        Arg<TF_Tensor, [{A tensor of type `T`.}]>:$x,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  9. RELEASE.md

    (Terry) Tang, Yuxin Wu, Ziyue(Louis) Lu
    
    # Release 1.7.0
    
    ## Major Features And Improvements
    
    *   Eager mode is moving out of contrib, try `tf.enable_eager_execution()`.
    *   Graph rewrites emulating fixed-point quantization compatible with TensorFlow
        Lite, supported by new `tf.contrib.quantize` package.
    *   Easily customize gradient computation with `tf.custom_gradient`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  10. src/main/webapp/css/admin/bootstrap.min.css.map

     / 2;\n  z-index: 10;\n  padding-top: 20px;\n  padding-bottom: 20px;\n  color: $carousel-caption-color;\n  text-align: center;\n}\n","@mixin clearfix() {\n  &::after {\n    display: block;\n    clear: both;\n    content: \"\";\n  }\n}\n","//\n// Rotating border\n//\n\n@keyframes spinner-border {\n  to { transform: rotate(360deg); }\n}\n\n.spinner-border {\n  display: inline-block;\n  width: $spinner-width;\n  height: $spinner-height;\n  vertical-align: text-bottom;\n  border: $spinner-border-width...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
Back to top