Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for ensure (0.28 sec)

  1. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

              ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/gateway-api-crd.yaml

                            (https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names).
    
    
                            Controllers MUST populate this field when writing status. Controllers should ensure that
                            entries to status populated with their ControllerName are cleaned up when they are no
                            longer necessary.
                          maxLength: 253
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

              "in":...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. RELEASE.md

        parameters. To get 5 layers each with their own parameters, write:
        `MultiRNNCell([LSTMCell(...) for _ in range(5)])`. If at all unsure, first
        test your code with TF 1.1; ensure it raises no errors, and then upgrade to
        TF 1.2.
    *   RNNCells' variable names have been renamed for consistency with Keras
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Arg<TF_Tensor, [{Rank `k` tensor.}]>:$input,
        Arg<TF_I32OrI64Tensor, [{0-D tensor. Number of subdiagonals to keep. If negative, keep entire
    lower triangle.}]>:$num_lower,
        Arg<TF_I32OrI64Tensor, [{0-D tensor. Number of superdiagonals to keep. If negative, keep
    entire upper triangle.}]>:$num_upper
      );
    
      let results = (outs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation_test.go

    		},
    	}
    
    	for name, scenario := range scenarios {
    		t.Run(name, func(t *testing.T) {
    			opts := ValidationOptionsForPersistentVolume(scenario.newPV, scenario.oldPV)
    			// ensure we have a resource version specified for updates
    			errs := ValidatePersistentVolumeUpdate(scenario.newPV, scenario.oldPV, opts)
    			if len(errs) == 0 && scenario.isExpectedFailure {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top