Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for data_ (0.18 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. 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)
  4. 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)
  5. 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)
  6. src/main/webapp/css/admin/bootstrap.min.css.map

    primarily for client-side validation via scoped `:invalid` and `:valid`\n// pseudo-classes but also includes `.is-invalid` and `.is-valid` classes for\n// server side validation.\n\n@each $state, $data in $form-validation-states {\n  @include form-validation-state($state, map-get($data, color), map-get($data, icon));\n}\n\n// Inline forms\n//\n// Make forms appear inline(-block) by adding the `.form-inline` class. Inline\n// forms begin stacked on extra small (mobile) devices and then go inline when\n//...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  7. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                        purposely left undefined, since different data planes have different
                                        capabilities. However, it is *recommended* that implementations should
                                        match against the first value of the param if the data plane supports it,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  8. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.internal.artifacts.ivyservice.ivyresolve.parser.data.MavenDependencyKey> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (MavenDependencyKey.java:0)
    Class <org.gradle.api.internal.artifacts.ivyservice.ivyresolve.parser.data.PomDependencyMgt> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (PomDependencyMgt.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top