Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validate_indices (0.14 sec)

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

        output[i, ..., j, :, ... :] = params[indices[i, ..., j], :, ..., :]
    ```
    
    If `indices` is a permutation and `len(indices) == params.shape[0]` then
    this operation will permute `params` accordingly.
    
    `validate_indices`: DEPRECATED. If this operation is assigned to CPU, values in
    `indices` are always validated to be within range. If assigned to GPU,
    out-of-bound indices result in safe but unspecified behavior, which may include
    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