Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for stksize (0.15 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    			callArgs = append(callArgs, closure)
    			stksize += int64(types.PtrSize)
    			argStart += int64(types.PtrSize)
    			if dextra != nil {
    				// Extra token of type any for deferproc
    				ACArgs = append(ACArgs, types.Types[types.TINTER])
    				callArgs = append(callArgs, dextra)
    				stksize += 2 * int64(types.PtrSize)
    				argStart += 2 * int64(types.PtrSize)
    			}
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

            llvm::to_vector<num_dims>(input_type.getShape()));
        SmallVector<int64_t, num_dims> ksize, strides;
        GetI64ArrayAttrValues(op.getKsize(), &ksize);
        GetI64ArrayAttrValues(op.getStrides(), &strides);
    
        Operation *result_op = AvgPoolDivideByCount<OpTy, num_dims>(
            reduce.getResult(0), input_shape, ksize, strides, op, init, rewriter);
    
        // Convert back if we enlarged the element type's bitwidth.
    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/sys/unix/ztypes_linux.go

    type Rlimit struct {
    	Cur uint64
    	Max uint64
    }
    
    type _Gid_t uint32
    
    type StatxTimestamp struct {
    	Sec  int64
    	Nsec uint32
    	_    int32
    }
    
    type Statx_t struct {
    	Mask             uint32
    	Blksize          uint32
    	Attributes       uint64
    	Nlink            uint32
    	Uid              uint32
    	Gid              uint32
    	Mode             uint16
    	_                [1]uint16
    	Ino              uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Atimespec Timespec
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Birthtimespec Timespec
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Blksize uint32
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Blocks int64
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Ctimespec Timespec
    pkg syscall (netbsd-arm64-cgo), type Stat_t struct, Dev uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), type Stat_t struct, Atimespec Timespec
    pkg syscall (darwin-arm64), type Stat_t struct, Birthtimespec Timespec
    pkg syscall (darwin-arm64), type Stat_t struct, Blksize int32
    pkg syscall (darwin-arm64), type Stat_t struct, Blocks int64
    pkg syscall (darwin-arm64), type Stat_t struct, Ctimespec Timespec
    pkg syscall (darwin-arm64), type Stat_t struct, Dev int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top