Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for predates (0.41 sec)

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

          return ArraysAreCastCompatible(inferred, actual);
        }
      }];
    }
    
    def TF_EmptyOp : TF_Op<"Empty", []> {
      let summary = [{
    Creates a tensor with the given shape.
    
    This operation creates a tensor of `shape` and `dtype`.
      }];
    
      let arguments = (ins
        Arg<TF_Int32Tensor, [{1-D. Represents the shape of the output tensor.}]>:$shape,
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

        *   Graduated experimental APIs:
            *   [`tf.data.Dataset.counter`](https://www.tensorflow.org/api_docs/python/tf/data/Dataset/#counter),
                which creates `Dataset`s of indefinite sequences of numbers.
            *   [`tf.data.Dataset.ignore_errors`](https://www.tensorflow.org/api_docs/python/tf/data/Dataset/#ignore_errors),
                which drops erroneous elements from `Dataset`s.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                        description: |-
                                          A label selector requirement is a selector that contains values, a key, and an operator that
                                          relates the key and values.
                                        properties:
                                          key:
                                            description: key is the label key that the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "x-kubernetes-map-type": "atomic"
          },
          "io.k8s.api.core.v1.NodeSelectorRequirement": {
            "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
            "properties": {
              "key": {
                "default": "",
                "description": "The label key that the selector applies to.",
                "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)
  5. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

            "x-kubernetes-map-type": "atomic"
          },
          "io.k8s.api.core.v1.NodeSelectorRequirement": {
            "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.",
            "properties": {
              "key": {
                "default": "",
                "description": "The label key that the selector applies to.",
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation_test.go

    		if errs := validateOverhead(tc.overhead, field.NewPath("resources"), PodValidationOptions{}); len(errs) == 0 {
    			t.Errorf("%q expected error", tc.Name)
    		}
    	}
    }
    
    // helper creates a pod with name, namespace and IPs
    func makePod(podName string, podNamespace string, podIPs []core.PodIP) core.Pod {
    	return core.Pod{
    		ObjectMeta: metav1.ObjectMeta{Name: podName, Namespace: podNamespace},
    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