Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for dAtA (0.17 sec)

  1. RELEASE.md

    *   `tf.data`:
        *   Graduated experimental APIs:
            * [`tf.data.Dataset.ragged_batch`](https://www.tensorflow.org/api_docs/python/tf/data/Dataset/#ragged_batch), which batches elements of `tf.data.Dataset`s into `tf.RaggedTensor`s.
            * [`tf.data.Dataset.sparse_batch`](https://www.tensorflow.org/api_docs/python/tf/data/Dataset/#sparse_batch), which batches elements of `tf.data.Dataset`s into `tf.sparse.SparseTensor`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)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        merged[indices[m], ...] = data[m][...]
    
        # Vector indices:
        merged[indices[m][i], ...] = data[m][i, ...]
    ```
    
    Each `data[i].shape` must start with the corresponding `indices[i].shape`,
    and the rest of `data[i].shape` must be constant w.r.t. `i`.  That is, we
    must have `data[i].shape = indices[i].shape + constant`.  In terms of this
    `constant`, the output shape is
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                - mountPath: /var/run/secrets/istio/kubernetes
                  name: kube-ca-cert
                {{- end }}
                - mountPath: /var/lib/istio/data
                  name: istio-data
                {{ if (isset .ObjectMeta.Annotations `sidecar.istio.io/bootstrapOverride`) }}
                - mountPath: /etc/istio/custom-bootstrap
                  name: custom-bootstrap-volume
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "properties": {
              "items": {
    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. pkg/apis/core/validation/validation_test.go

    	secretWithData := validSecret()
    	secretWithData.Data["data-2"] = []byte("baz")
    	immutableSecretWithData := validSecret()
    	immutableSecretWithData.Immutable = &trueVal
    	immutableSecretWithData.Data["data-2"] = []byte("baz")
    
    	secretWithChangedData := validSecret()
    	secretWithChangedData.Data["data-1"] = []byte("foo")
    	immutableSecretWithChangedData := validSecret()
    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. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

          },
          "io.k8s.api.resource.v1alpha2.ResourceHandle": {
            "description": "ResourceHandle holds opaque resource data for processing by a specific kubelet plugin.",
            "properties": {
              "data": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*ComplexType).Common", Method, 0},
    		{"(*ComplexType).Size", Method, 0},
    		{"(*ComplexType).String", Method, 0},
    		{"(*Data).AddSection", Method, 14},
    		{"(*Data).AddTypes", Method, 3},
    		{"(*Data).LineReader", Method, 5},
    		{"(*Data).Ranges", Method, 7},
    		{"(*Data).Reader", Method, 0},
    		{"(*Data).Type", Method, 0},
    		{"(*DotDotDotType).Common", Method, 0},
    		{"(*DotDotDotType).Size", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), type InterfaceMessage struct, Data []uint8
    pkg syscall (freebsd-arm64), type InterfaceMessage struct, Header IfMsghdr
    pkg syscall (freebsd-arm64), type InterfaceMulticastAddrMessage //deprecated
    pkg syscall (freebsd-arm64), type InterfaceMulticastAddrMessage struct
    pkg syscall (freebsd-arm64), type InterfaceMulticastAddrMessage struct, Data []uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type InterfaceMessage struct, Data []uint8 #53466
    pkg syscall (freebsd-riscv64), type InterfaceMessage struct, Header IfMsghdr #53466
    pkg syscall (freebsd-riscv64), type InterfaceMulticastAddrMessage //deprecated #53466
    pkg syscall (freebsd-riscv64), type InterfaceMulticastAddrMessage struct #53466
    pkg syscall (freebsd-riscv64), type InterfaceMulticastAddrMessage struct, Data []uint8 #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.19.md

    - We will no longer automatically delete all data when a failure is detected during creation of the volume data file on a CSI volume. Now we will only remove the data file and volume path. ([#96021](https://github.com/kubernetes/kubernetes/pull/96021), [@huffmanca](https://github.com/huffmanca)) [SIG Storage]
    
    ## Dependencies
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top