Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for superdiagonals (0.4 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        ShapedType input_type = mlir::dyn_cast<ShapedType>(op.getInput().getType());
    
        // Align is a string specifying how superdiagonals and subdiagonals should
        // be aligned/padded for diagonals that are shorter than max_diag_len. The
        // format is "{super}_{sub}", with {super} the superdiagonal alignment and
        // {sub} the subdiagonal alignment. "LEFT" means rows will be padded to the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    tridiagonal matrices with three rows being the superdiagonal, diagonals, and
    subdiagonals, in order. The last element of the superdiagonal and the first
    element of the subdiagonal is ignored.}]>:$diagonals,
    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