Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for spill (0.07 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

              "unavailableReplicas": {
                "description": "Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.",
                "format": "int32",
                "type": "integer"
              },
              "updatedReplicas": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. RELEASE.md

    # Release 2.14.0
    
    ## Tensorflow
    
    ### Breaking Changes
    
    *   Support for Python 3.8 has been removed starting with TF 2.14. The TensorFlow 2.13.1 patch release will still have Python 3.8 support.
    
    *  `tf.Tensor`
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = [{
    Fake-quantize the 'inputs' tensor, type float to 'outputs' tensor of same shape and type.
      }];
    
      let description = [{
    Quantization is called fake since the output is still in floating point.
      The API converts inputs into values within the range [min and max] and returns
      as output.
    
    Attributes
    
    *   `[min; max]` define the clamping range for the `inputs` data.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    	}, {
    		testName: "RunAsUserName's DNS Domain is too long",
    		windowsOptions: &core.WindowsSecurityContextOptions{
    			// even if this tests the max Domain length, the Domain should still be "valid".
    			RunAsUserName: toPtr(strings.Repeat(strings.Repeat("a", 63)+".", 4)[:253] + ".com\\user"),
    		},
    		expectedErrorSubstring: "runAsUserName's Domain length must be under",
    	}, {
    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