Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Tperm (0.24 sec)

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

    The output `y` has the same rank as `x`. The shapes of `x` and `y` satisfy:
      `y.shape[i] == x.shape[perm[i]] for i in [0, 1, ..., rank(x) - 1]`
      `y[i,j,k,...,s,t,u] == conj(x[perm[i], perm[j], perm[k],...,perm[s], perm[t], perm[u]])`
      }];
    
      let arguments = (ins
        TF_Tensor:$x,
        TF_I32OrI64Tensor:$perm
      );
    
      let results = (outs
        TF_Tensor:$y
      );
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"EN_SW_PRECLOSS", Const, 1},
    		{"EN_SW_UNDERFLOW", Const, 1},
    		{"EN_SW_ZERODIV", Const, 1},
    		{"EOPNOTSUPP", Const, 0},
    		{"EOVERFLOW", Const, 0},
    		{"EOWNERDEAD", Const, 0},
    		{"EPERM", Const, 0},
    		{"EPFNOSUPPORT", Const, 0},
    		{"EPIPE", Const, 0},
    		{"EPOLLERR", Const, 0},
    		{"EPOLLET", Const, 0},
    		{"EPOLLHUP", Const, 0},
    		{"EPOLLIN", Const, 0},
    		{"EPOLLMSG", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. api/go1.14.txt

    pkg syscall (freebsd-arm64), const EOVERFLOW = 84
    pkg syscall (freebsd-arm64), const EOWNERDEAD = 96
    pkg syscall (freebsd-arm64), const EOWNERDEAD Errno
    pkg syscall (freebsd-arm64), const EPERM = 1
    pkg syscall (freebsd-arm64), const EPFNOSUPPORT = 46
    pkg syscall (freebsd-arm64), const EPIPE = 32
    pkg syscall (freebsd-arm64), const EPROCLIM = 67
    pkg syscall (freebsd-arm64), const EPROCLIM Errno
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  4. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const EOVERFLOW = 84 #53466
    pkg syscall (freebsd-riscv64), const EOWNERDEAD = 96 #53466
    pkg syscall (freebsd-riscv64), const EOWNERDEAD Errno #53466
    pkg syscall (freebsd-riscv64), const EPERM = 1 #53466
    pkg syscall (freebsd-riscv64), const EPFNOSUPPORT = 46 #53466
    pkg syscall (freebsd-riscv64), const EPIPE = 32 #53466
    pkg syscall (freebsd-riscv64), const EPROCLIM = 67 #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
Back to top