Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for Booleans (0.18 sec)

  1. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                      description: If set to true, client protocol will
                                        be preserved while initiating connection to backend.
                                      type: boolean
                                  type: object
                                tcp:
                                  description: Settings common to both HTTP and TCP upstream
                                    connections.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "boolean"
              },
              "controller": {
                "description": "If true, this reference points to the managing controller.",
                "type": "boolean"
              },
              "kind": {
                "default": "",
    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. manifests/charts/base/crds/crd-all.gen.yaml

                                      description: If set to true, client protocol will
                                        be preserved while initiating connection to backend.
                                      type: boolean
                                  type: object
                                tcp:
                                  description: Settings common to both HTTP and TCP upstream
                                    connections.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "description": "chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication",
                "type": "boolean"
              },
              "chapAuthSession": {
                "description": "chapAuthSession defines whether support iSCSI Session CHAP authentication",
                "type": "boolean"
              },
              "fsType": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                      description: If set to true, client protocol will
                                        be preserved while initiating connection to backend.
                                      type: boolean
                                  type: object
                                tcp:
                                  description: Settings common to both HTTP and TCP upstream
                                    connections.
    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. RELEASE.md

        * Added support for `stablehlo.add`.
        * Added support for `stablehlo.multiply`.
        * Added support for `stablehlo.maximum`.
        * Added support for `stablehlo.minimum`.
        * Added boolean parameter support for `tfl.gather_nd`.
        * C API:
            * New API functions:
                * `tensorflow/lite/c/c_api_experimental.h`:
                    * `TfLiteInterpreterGetVariableTensorCount`
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    }
    
    def TF_AsStringOp : TF_Op<"AsString", [Pure, SameOperandsAndResultShape]> {
      let summary = "Converts each entry in the given tensor to strings.";
    
      let description = [{
    Supports many numeric types and boolean.
    
    For Unicode, see the
    [https://www.tensorflow.org/tutorials/representation/unicode](Working with Unicode text)
    tutorial.
    
    Examples:
    
    >>> tf.strings.as_string([3, 2])
    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