Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ellipsis (0.09 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    input subscripts. Furthermore, all dimensions mapping to the same axis label
    must be equal.
    
    Any of the input and output subscripts may contain at most a single ellipsis
    (`...`). These ellipsis are mapped against dimensions not corresponding to any
    named axis label. If two inputs contain ellipsis, then they are broadcasted
    according to standard NumPy broadcasting
    [rules](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html).
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

        *   Delete unused `Fingerprint64Map` op registration
        *   Add broadcasting support to `tf.matmul`.
        *   Add C++ Gradient for `BatchMatMulV2`.
        *   Add `tf.math.cumulative_logsumexp` operation.
        *   Add ellipsis (...) support for `tf.einsum()`.
        *   Add expand_composites argument to all `nest.*` methods.
        *   Added `strings.byte_split`.
        *   Add a new "result_type" parameter to `tf.strings.split`.
    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