Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for onDone (0.37 sec)

  1. manifests/charts/base/crds/crd-all.gen.yaml

                  resolution:
                    description: |-
                      Service resolution mode for the hosts.
    
                      Valid Options: NONE, STATIC, DNS, DNS_ROUND_ROBIN
                    enum:
                    - NONE
                    - STATIC
                    - DNS
                    - DNS_ROUND_ROBIN
                    type: string
                  subjectAltNames:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    value is computed as \\( \sqrt{a^2 + b^2}\\).
    
    For example:
    
    >>> x = tf.complex(3.0, 4.0)
    >>> print((tf.raw_ops.ComplexAbs(x=x, Tout=tf.dtypes.float32, name=None)).numpy())
    5.0
      }];
    
      let arguments = (ins
        TensorOf<[TF_Complex128, TF_Complex64]>:$x
      );
    
      let results = (outs
        TF_F32OrF64Tensor:$y
      );
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "name": {
                "default": "",
                "description": "This must match the Name of a Volume.",
                "type": "string"
    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. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      `test.example.net` MUST NOT be considered for a match.
    
    
                      If both the Listener and GRPCRoute have specified hostnames, and none
                      match with the criteria above, then the GRPCRoute MUST NOT be accepted by
                      the implementation. The implementation MUST raise an 'Accepted' Condition
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  5. RELEASE.md

    *   TF Core:
    
        *   `tf.Graph.get_name_scope()` now always returns a string, as documented.
            Previously, when called within `name_scope("")` or `name_scope(None)`
            contexts, it returned `None`; now it returns the empty string.
        *   `tensorflow/core/ir/` contains a new MLIR-based Graph dialect that is
            isomorphic to GraphDef and will be used to replace GraphDef-based (e.g.,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top