Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ParallelDynamicStitch (0.28 sec)

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

    Values are merged in order, so if an index appears in both `indices[m][i]` and
    `indices[n][j]` for `(m,i) < (n,j)` the slice `data[n][j]` will appear in the
    merged result. If you do not need this guarantee, ParallelDynamicStitch might
    perform better on some devices.
    
    For example:
    
    ```python
        indices[0] = 6
        indices[1] = [4, 1]
        indices[2] = [[5, 2], [0, 3]]
        data[0] = [61, 62]
    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