Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.internal.file.archive.impl.AbstractZipEntry$1> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (AbstractZipEntry.java:0)
    Class <org.gradle.api.internal.file.archive.impl.AbstractZipEntry> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (AbstractZipEntry.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)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    of this function. Note, in some cases
    `m` could be equal to `n`, but this need not be the case. Each
    range specification entry can be one of the following:
    
    - An ellipsis (...). Ellipses are used to imply zero or more
      dimensions of full-dimension selection and are produced using
      `ellipsis_mask`. For example, `foo[...]` is the identity slice.
    
    - A new axis. This is used to insert a new shape=1 dimension and 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. RELEASE.md

        *   `pfor/vectorized_map`: Added support for vectorizing 56 more ops.
            Vectorizing `tf.cond` is also supported now.
        *   Set as much partial shape as we can infer statically within the gradient
            impl of the gather op.
        *   Gradient of `tf.while_loop` emits `StatelessWhile` op if `cond` and body
            functions are stateless. This allows multiple gradients while ops to run
            in parallel under distribution strategy.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top