Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 12345680 (0.25 sec)

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

    tensor of rank `k+1` with dimensions [I, J, K, ..., N, N]` where:
    
    `output[i, j, k, ..., m, n] = 1{m=n} * diagonal[i, j, k, ..., n]`.
    
    For example:
    
    ```
    # 'diagonal' is [[1, 2, 3, 4], [5, 6, 7, 8]]
    
    and diagonal.shape = (2, 4)
    
    tf.matrix_diag(diagonal) ==> [[[1, 0, 0, 0]
                                         [0, 2, 0, 0]
                                         [0, 0, 3, 0]
    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