Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 241 for esize (0.04 sec)

  1. src/cmd/link/internal/ld/elf.go

    //	  uint8_t isa_level;
    //	  /* The revision of ISA: 0 for MIPS V and below, 1-n otherwise.  */
    //	  uint8_t isa_rev;
    //	  /* The size of general purpose registers.  */
    //	  uint8_t gpr_size;
    //	  /* The size of co-processor 1 registers.  */
    //	  uint8_t cpr1_size;
    //	  /* The size of co-processor 2 registers.  */
    //	  uint8_t cpr2_size;
    //	  /* The floating-point ABI.  */
    //	  uint8_t fp_abi;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_openbsd_arm64.go

    	SYS_CHMOD          = 15  // { int sys_chmod(const char *path, mode_t mode); }
    	SYS_CHOWN          = 16  // { int sys_chown(const char *path, uid_t uid, \
    	SYS_OBREAK         = 17  // { int sys_obreak(char *nsize); } break
    	SYS_GETDTABLECOUNT = 18  // { int sys_getdtablecount(void); }
    	SYS_GETRUSAGE      = 19  // { int sys_getrusage(int who, \
    	SYS_GETPID         = 20  // { pid_t sys_getpid(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 14.7K bytes
    - Viewed (0)
  3. src/syscall/zsysnum_openbsd_ppc64.go

    	SYS_CHMOD          = 15  // { int sys_chmod(const char *path, mode_t mode); }
    	SYS_CHOWN          = 16  // { int sys_chown(const char *path, uid_t uid, \
    	SYS_OBREAK         = 17  // { int sys_obreak(char *nsize); } break
    	SYS_GETDTABLECOUNT = 18  // { int sys_getdtablecount(void); }
    	SYS_GETRUSAGE      = 19  // { int sys_getrusage(int who, \
    	SYS_GETPID         = 20  // { pid_t sys_getpid(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 15.8K bytes
    - Viewed (0)
  4. src/syscall/mkerrors.sh

    		$2 ~ /^SIOC/ ||
    		$2 ~ /^TIOC/ ||
    		$2 !~ "RTF_BITS" &&
    		$2 ~ /^(IFF|IFT|NET_RT|RTM|RTF|RTV|RTA|RTAX)_/ ||
    		$2 ~ /^BIOC/ ||
    		$2 ~ /^RUSAGE_(SELF|CHILDREN|THREAD)/ ||
    		$2 ~ /^RLIMIT_(AS|CORE|CPU|DATA|FSIZE|NOFILE|STACK)|RLIM_INFINITY/ ||
    		$2 ~ /^PRIO_(PROCESS|PGRP|USER)/ ||
    		$2 !~ /^(BPF_TIMEVAL)$/ &&
    		$2 ~ /^(BPF|DLT)_/ ||
    		$2 !~ "WMESGLEN" &&
    		$2 ~ /^W[A-Z0-9]+$/ {printf("\t%s = C.%s\n", $2, $2)}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 06 21:22:22 UTC 2022
    - 10.7K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_openbsd_mips64.go

    	SYS_CHMOD          = 15  // { int sys_chmod(const char *path, mode_t mode); }
    	SYS_CHOWN          = 16  // { int sys_chown(const char *path, uid_t uid, \
    	SYS_OBREAK         = 17  // { int sys_obreak(char *nsize); } break
    	SYS_GETDTABLECOUNT = 18  // { int sys_getdtablecount(void); }
    	SYS_GETRUSAGE      = 19  // { int sys_getrusage(int who, \
    	SYS_GETPID         = 20  // { pid_t sys_getpid(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:08:26 UTC 2020
    - 14.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-with-tf2xla-hlo-importer.mlir

        %dimension = "tf.Const"() { value = dense<0> : tensor<i32> } : () -> tensor<i32>
        // CHECK: mhlo.set_dimension_size
        // CHECK-SAME: <{dimension = 0 : i64}> : (tensor<4xf32>, tensor<i32>) -> tensor<?xf32, #mhlo.type_extensions<bounds = [4]>>
        %0 = "tf.XlaSetDynamicDimensionSize"(%input, %dimension, %size) : (tensor<4xf32>, tensor<i32>, tensor<i32>) -> tensor<?xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 38.6K bytes
    - Viewed (1)
  7. src/cmd/internal/obj/x86/asm6.go

    		pp := n.p
    		np := &obj.Prog{Link: pp.Link, Ctxt: pp.Ctxt, As: obj.ANOP, Pos: pp.Pos.WithNotStmt(), Pc: pp.Pc + int64(pp.Isize), Isize: uint8(n.n)}
    		pp.Link = np
    	}
    
    	s.Size = int64(c)
    
    	if false { /* debug['a'] > 1 */
    		fmt.Printf("span1 %s %d (%d tries)\n %.6x", s.Name, s.Size, n, 0)
    		var i int
    		for i = 0; i < len(s.P); i++ {
    			fmt.Printf(" %.2x", s.P[i])
    			if i%16 == 15 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go

    	SYS_CLOSE          = 6   // { int sys_close(int fd); }
    	SYS_GETENTROPY     = 7   // { int sys_getentropy(void *buf, size_t nbyte); }
    	SYS___TFORK        = 8   // { int sys___tfork(const struct __tfork *param, size_t psize); }
    	SYS_LINK           = 9   // { int sys_link(const char *path, const char *link); }
    	SYS_UNLINK         = 10  // { int sys_unlink(const char *path); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.go

    	SYS_CLOSE          = 6   // { int sys_close(int fd); }
    	SYS_GETENTROPY     = 7   // { int sys_getentropy(void *buf, size_t nbyte); }
    	SYS___TFORK        = 8   // { int sys___tfork(const struct __tfork *param, size_t psize); }
    	SYS_LINK           = 9   // { int sys_link(const char *path, const char *link); }
    	SYS_UNLINK         = 10  // { int sys_unlink(const char *path); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 18K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/stablehlo/python/integration_test/quantize_model_test_base.py

            Args:
              weight_shape: Shape of the weight tensor.
            """
            self.filters = np.random.uniform(low=-1.0, high=1.0, size=weight_shape)
    
            if bias_fn is not None:
              self.bias = np.random.uniform(
                  low=-1.0, high=1.0, size=weight_shape[-1]
              )
    
          def has_reshape(self) -> bool:
            return self.bias_fn() and self.bias_size != self.filters.shape[-1]
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 18.2K bytes
    - Viewed (0)
Back to top