Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for diagonal (0.08 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        TFL_TCresVTEtIsSameAsOp<0, 0>>]> {
      let summary = [{
        Returns a tensor with the provided diagonal and everything else padded with zeros.
      }];
    
      let description = [{
        Given a diagonal, returns a tensor with the diagonal and everything else padded with zeros.
        Assume diagonal has k dimensions `[I, J, K, ..., N]`, then the output is a tensor of rank `k+1`
        with dimensions `[I, J, K, ..., N, N]` where:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top