Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for impls (0.06 sec)

  1. 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)
  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)
Back to top