Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for separators (0.24 sec)

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

    			csi:      &core.CSIVolumeSource{Driver: "comgooglestoragecsigcepd/"},
    			errtype:  field.ErrorTypeInvalid,
    			errfield: "driver",
    		}, {
    			name:     "driver name: invalid separators",
    			csi:      &core.CSIVolumeSource{Driver: "com/google/storage/csi~gcepd"},
    			errtype:  field.ErrorTypeInvalid,
    			errfield: "driver",
    		}, {
    			name: "valid nodePublishSecretRef",
    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. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                                matches full path elements. A path element refers to the list of labels
                                                in the path split by the `/` separator. When specified, a trailing `/` is
                                                ignored. For example, the paths `/abc`, `/abc/`, and `/abc/def` would all
    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. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                      type: string
                                  type: object
                                description: The header keys must be lowercase and use
                                  hyphen as the separator, e.g.
                                type: object
                              ignoreUriCase:
                                description: Flag to specify whether the URI matching
    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: string
                                  type: object
                                description: The header keys must be lowercase and use
                                  hyphen as the separator, e.g.
                                type: object
                              ignoreUriCase:
                                description: Flag to specify whether the URI matching
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    def TF_StringJoinOp : TF_Op<"StringJoin", [Pure]> {
      let summary = [{
    Joins the strings in the given list of string tensors into one tensor;
      }];
    
      let description = [{
    with the given separator (default is an empty separator).
    
    Examples:
    
    >>> s = ["hello", "world", "tensorflow"]
    >>> tf.strings.join(s, " ")
    <tf.Tensor: shape=(), dtype=string, numpy=b'hello world tensorflow'>
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  6. RELEASE.md

            or`TfLiteGpuDelegateOptionsV2::is_precision_loss_allowed`.
    *   GPU
        *   GPU acceleration now supports quantized models by default
    *   `DynamicBuffer::AddJoinedString()` will now add a separator if the first
        string to be joined is empty.
    *   Adds support for cumulative sum (cumsum), both as builtin op and MLIR
        conversion.
    
    ### `TensorRT`
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  7. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.logging.text.TreeFormatter$Prefixer> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (TreeFormatter.java:0)
    Class <org.gradle.internal.logging.text.TreeFormatter$Separator> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (TreeFormatter.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top