Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for mean_t (0.53 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    ```c++
    
      const int min_T = std::numeric_limits<T>::min();
      const int max_T = std::numeric_limits<T>::max();
      const float max_float = std::numeric_limits<float>::max();
    
      const float scale_factor_from_min_side =
          (min_T * min_range > 0) ? min_T / min_range : max_float;
      const float scale_factor_from_max_side =
          (max_T * max_range > 0) ? max_T / max_range : max_float;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      allow this for the attachment to be complete. For Gateways, that means
                      the Gateway needs to allow attachment from Routes of this kind and
                      namespace. For Services, that means the Service must either be in the same
                      namespace for a "producer" route, or the mesh implementation must support
    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. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "key": {
                "description": "Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.",
    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. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                ],
                "default": {},
                "description": "Standard object metadata"
              },
              "shareable": {
                "description": "Shareable indicates whether the allocated claim is meant to be shareable by multiple consumers at the same time.",
                "type": "boolean"
              }
            },
            "type": "object",
            "x-kubernetes-group-version-kind": [
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  5. RELEASE.md

            is a utility based on `tf.data.Dataset`, meant to replace the legacy
            `ImageDataGenerator`. It takes you from a structured directory of images
            to a labeled dataset, in one function call. Note that it doesn't perform
            image data augmentation (which is meant to be done using preprocessing
            layers).
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation_test.go

    			ObjectMeta: metav1.ObjectMeta{
    				Name:      "123",
    				Namespace: "ns",
    			},
    			Spec: validPodSpec(nil),
    		},
    		"empty key with Exists operator is OK for toleration, empty toleration key means match all taint keys.": {
    			ObjectMeta: metav1.ObjectMeta{
    				Name:      "123",
    				Namespace: "ns",
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top