Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Tperm (0.05 sec)

  1. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      %1 = "tfl.transpose"(%0, %perm) : (tensor<1x40x40x3xf32>, tensor<4xi32>) -> tensor<1x3x40x40xf32>
      %2 = "tfl.add"(%1, %bias) {fused_activation_function = "NONE"} : (tensor<1x3x40x40xf32>, tensor<1x3x1x1xf32>) -> tensor<1x3x40x40xf32>
      func.return %2 : tensor<1x3x40x40xf32>
    
      // CHECK: %[[perm:.*]] = arith.constant dense<[0, 3, 1, 2]> : tensor<4xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          // 2. Transpose to [H, W, ..., G, filter_in_depth, out_depth / G].
          llvm::SmallVector<int64_t, 6> perm(num_dims + 1);
          std::iota(perm.begin(), perm.end(), 0);
          std::swap(perm[num_spatial_dims], perm[num_spatial_dims + 1]);
          std::swap(new_shape[num_spatial_dims], new_shape[num_spatial_dims + 1]);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    	VMULOSB:        "vmulosb",
    	VMULOSH:        "vmulosh",
    	VMULOUB:        "vmuloub",
    	VMULOUH:        "vmulouh",
    	VNMSUBFP:       "vnmsubfp",
    	VNOR:           "vnor",
    	VOR:            "vor",
    	VPERM:          "vperm",
    	VPKPX:          "vpkpx",
    	VPKSHSS:        "vpkshss",
    	VPKSHUS:        "vpkshus",
    	VPKSWSS:        "vpkswss",
    	VPKSWUS:        "vpkswus",
    	VPKUHUM:        "vpkuhum",
    	VPKUHUS:        "vpkuhus",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  4. api/go1.16.txt

    pkg syscall (darwin-arm64), const EOVERFLOW = 84
    pkg syscall (darwin-arm64), const EOWNERDEAD = 105
    pkg syscall (darwin-arm64), const EOWNERDEAD Errno
    pkg syscall (darwin-arm64), const EPERM = 1
    pkg syscall (darwin-arm64), const EPFNOSUPPORT = 46
    pkg syscall (darwin-arm64), const EPIPE = 32
    pkg syscall (darwin-arm64), const EPROCLIM = 67
    pkg syscall (darwin-arm64), const EPROCLIM Errno
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  5. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const ENXIO = 6
    pkg syscall (netbsd-arm64-cgo), const EOPNOTSUPP = 45
    pkg syscall (netbsd-arm64-cgo), const EOVERFLOW = 84
    pkg syscall (netbsd-arm64-cgo), const EPERM = 1
    pkg syscall (netbsd-arm64-cgo), const EPFNOSUPPORT = 46
    pkg syscall (netbsd-arm64-cgo), const EPIPE = 32
    pkg syscall (netbsd-arm64-cgo), const EPROCLIM = 67
    pkg syscall (netbsd-arm64-cgo), const EPROCLIM Errno
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
Back to top