Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            [2, 7, 6],
            [1, 6, 7],
            [0, 5, 8]],
           [[3, 4, 0],
            [4, 3, 8],
            [5, 2, 7],
            [0, 1, 6]]]
    
    # max_diag_len can be shorter than the main diagonal.
    tf.matrix_diag_part(input, k = (-2, -1))
      ==> [[[5, 8],
            [9, 0]],
           [[1, 6],
            [5, 0]]]
    
    # padding_value = 9
    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