Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for admitted (0.16 sec)

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

    in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:\n\n- No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible.\n\nThe sign will be omitted unless the number is negative.\n\nExamples:\n\n- 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\"\n\nNote that the quantity will NEVER be internally represented by a floating point...
    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. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:\n\n- No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible.\n\nThe sign will be omitted unless the number is negative.\n\nExamples:\n\n- 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\"\n\nNote that the quantity will NEVER be internally represented by a floating point...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                properties:
                                  method:
                                    description: |-
                                      Value of the method to match against. If left empty or omitted, will
                                      match all services.
    
    
                                      At least one of Service and Method MUST be a non-empty string.
                                    maxLength: 1024
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    tensor must be a vector of size n or n-2, or a 2D tensor of shape
    (n, 2) or (n-2, 2).
    
    If the first dimension of the input tensor is n-2, it is assumed that
    non-spatial dimensions are omitted (i.e `N`, `C`).
    
    For example, with `src_format` of `NHWC`, `dst_format` of `NCHW`, and input:
    ```
    [1, 2, 3, 4]
    ```
    , the output will be:
    ```
    [1, 4, 2, 3]
    ```
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top