Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for InNetwork (0.17 sec)

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

                          description: The locality associated with the endpoint.
                          type: string
                        network:
                          description: Network enables Istio to group endpoints resident
                            in the same L3 domain/network.
                          type: string
                        ports:
                          additionalProperties:
    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. manifests/charts/base/crds/crd-all.gen.yaml

                          description: The locality associated with the endpoint.
                          type: string
                        network:
                          description: Network enables Istio to group endpoints resident
                            in the same L3 domain/network.
                          type: string
                        ports:
                          additionalProperties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

          "io.k8s.api.apps.v1.StatefulSet": {
            "description": "StatefulSet represents a set of pods with consistent identities. Identities are defined as:\n  - Network: A single stable DNS and hostname.\n  - Storage: As many VolumeClaims as requested.\n\nThe StatefulSet guarantees that a given network identity will always map to the same storage identity.",
            "properties": {
              "apiVersion": {
    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. RELEASE.md

        are available in Linux x86, Windows x86, and Linux aarch64 packages.
    
        *   **Linux x86 packages:**
            *   oneDNN optimizations are *enabled by default* on CPUs with
                neural-network-focused hardware features such as AVX512_VNNI,
                AVX512_BF16, AMX, etc.
                ([Intel Cascade Lake](https://www.intel.com/content/www/us/en/products/platforms/details/cascade-lake.html)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation_test.go

    		{"storage", true, ""},
    		{"requests.cpu", true, ""},
    		{"requests.memory", true, ""},
    		{"requests.storage", true, ""},
    		{"limits.cpu", true, ""},
    		{"limits.memory", true, ""},
    		{"network", false, ""},
    		{"disk", false, ""},
    		{"", false, ""},
    		{".", false, ""},
    		{"..", false, ""},
    		{"my.favorite.app.co/12345", true, ""},
    		{"my.favorite.app.co/_12345", false, ""},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    <tf.Tensor: shape=(), dtype=float32, numpy=1.0>
    >>> tf.nn.elu(0.0)
    <tf.Tensor: shape=(), dtype=float32, numpy=0.0>
    >>> tf.nn.elu(-1000.0)
    <tf.Tensor: shape=(), dtype=float32, numpy=-1.0>
    
    See [Fast and Accurate Deep Network Learning by Exponential Linear Units (ELUs)
    ](http://arxiv.org/abs/1511.07289)
      }];
    
      let arguments = (ins
        TF_FloatTensor:$features
      );
    
      let results = (outs
    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