Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for padding_values (0.17 sec)

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

        padding_value                 ; otherwise.
    ```
    where `y = max(-k[1], 0)`, `x = max(k[1], 0)`.
    
    Otherwise, the output tensor has rank `r` with dimensions
    `[I, J, ..., L, num_diags, max_diag_len]` with values:
    
    ```
    diagonal[i, j, ..., l, m, n]
      = input[i, j, ..., l, n+y, n+x] ; if 0 <= n+y < M and 0 <= n+x < N,
        padding_value                 ; otherwise.
    ```
    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