Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Ioperm (0.09 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"InterfaceMulticastAddrMessage", Type, 0},
    		{"InterfaceMulticastAddrMessage.Data", Field, 0},
    		{"InterfaceMulticastAddrMessage.Header", Field, 0},
    		{"InvalidHandle", Const, 0},
    		{"Ioperm", Func, 0},
    		{"Iopl", Func, 0},
    		{"Iovec", Type, 0},
    		{"Iovec.Base", Field, 0},
    		{"Iovec.Len", Field, 0},
    		{"IpAdapterInfo", Type, 0},
    		{"IpAdapterInfo.AdapterName", Field, 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)
  2. 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)
Back to top