Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for data0 (0.09 sec)

  1. 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)
  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. 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