Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 657 for intp (0.17 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/gen_test.go

    	skippingRDigests = shuffleAndTakeDigests(t, rng, &rule, false, skippingRDigests, (1+rng.Intn(2))*(1+rng.Intn(2)))
    	matchingNDigests = shuffleAndTakeDigests(t, rng, &rule, true, matchingNDigests, (1+rng.Intn(2))*(1+rng.Intn(2)))
    	skippingNDigests = shuffleAndTakeDigests(t, rng, &rule, false, skippingNDigests, (1+rng.Intn(2))*(1+rng.Intn(2)))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 24.8K bytes
    - Viewed (0)
  2. src/syscall/ztypes_linux_mips.go

    	Totalhigh uint32
    	Freehigh  uint32
    	Unit      uint32
    	X_f       [8]int8
    }
    
    type Utsname struct {
    	Sysname    [65]int8
    	Nodename   [65]int8
    	Release    [65]int8
    	Version    [65]int8
    	Machine    [65]int8
    	Domainname [65]int8
    }
    
    type Ustat_t struct {
    	Tfree  int32
    	Tinode uint32
    	Fname  [6]int8
    	Fpack  [6]int8
    }
    
    type EpollEvent struct {
    	Events uint32
    	PadFd  int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10K bytes
    - Viewed (0)
  3. src/syscall/ztypes_linux_mipsle.go

    	Totalhigh uint32
    	Freehigh  uint32
    	Unit      uint32
    	X_f       [8]int8
    }
    
    type Utsname struct {
    	Sysname    [65]int8
    	Nodename   [65]int8
    	Release    [65]int8
    	Version    [65]int8
    	Machine    [65]int8
    	Domainname [65]int8
    }
    
    type Ustat_t struct {
    	Tfree  int32
    	Tinode uint32
    	Fname  [6]int8
    	Fpack  [6]int8
    }
    
    type EpollEvent struct {
    	Events uint32
    	PadFd  int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 10K bytes
    - Viewed (0)
  4. src/syscall/ztypes_linux_loong64.go

    	Freehigh  uint64
    	Unit      uint32
    	X_f       [0]int8
    	Pad_cgo_0 [4]byte
    }
    
    type Utsname struct {
    	Sysname    [65]int8
    	Nodename   [65]int8
    	Release    [65]int8
    	Version    [65]int8
    	Machine    [65]int8
    	Domainname [65]int8
    }
    
    type Ustat_t struct {
    	Tfree     int32
    	Tinode    uint64
    	Fname     [6]int8
    	Fpack     [6]int8
    	Pad_cgo_0 [4]byte
    }
    
    type EpollEvent struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 26 20:15:45 UTC 2022
    - 10.8K bytes
    - Viewed (0)
  5. src/syscall/ztypes_linux_386.go

    	Totalhigh uint32
    	Freehigh  uint32
    	Unit      uint32
    	X_f       [8]int8
    }
    
    type Utsname struct {
    	Sysname    [65]int8
    	Nodename   [65]int8
    	Release    [65]int8
    	Version    [65]int8
    	Machine    [65]int8
    	Domainname [65]int8
    }
    
    type Ustat_t struct {
    	Tfree  int32
    	Tinode uint32
    	Fname  [6]int8
    	Fpack  [6]int8
    }
    
    type EpollEvent struct {
    	Events uint32
    	Fd     int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  6. src/syscall/ztypes_linux_amd64.go

    	X_f       [0]byte
    	Pad_cgo_1 [4]byte
    }
    
    type Utsname struct {
    	Sysname    [65]int8
    	Nodename   [65]int8
    	Release    [65]int8
    	Version    [65]int8
    	Machine    [65]int8
    	Domainname [65]int8
    }
    
    type Ustat_t struct {
    	Tfree     int32
    	Pad_cgo_0 [4]byte
    	Tinode    uint64
    	Fname     [6]int8
    	Fpack     [6]int8
    	Pad_cgo_1 [4]byte
    }
    
    type EpollEvent struct {
    	Events uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 12K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go

    	Index  uint16
    	Type   uint8
    	Nlen   uint8
    	Alen   uint8
    	Slen   uint8
    	Data   [12]int8
    }
    
    type RawSockaddr struct {
    	Len    uint8
    	Family uint8
    	Data   [14]int8
    }
    
    type RawSockaddrAny struct {
    	Addr RawSockaddr
    	Pad  [92]int8
    }
    
    type RawSockaddrCtl struct {
    	Sc_len      uint8
    	Sc_family   uint8
    	Ss_sysaddr  uint16
    	Sc_id       uint32
    	Sc_unit     uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  8. test/ken/convert.go

    		case ti8*100 + ti8:
    			i8 = int8(v); i8 = int8(i8); w = big(i8)
    		case ti8*100 + tu8:
    			i8 = int8(v); u8 = uint8(i8); w = big(u8)
    		case ti8*100 + ti16:
    			i8 = int8(v); i16 = int16(i8); w = big(i16)
    		case ti8*100 + tu16:
    			i8 = int8(v); u16 = uint16(i8); w = big(u16)
    		case ti8*100 + ti32:
    			i8 = int8(v); i32 = int32(i8); w = big(i32)
    		case ti8*100 + tu32:
    			i8 = int8(v); u32 = uint32(i8); w = big(u32)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 05:24:24 UTC 2012
    - 14.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tests/modify_io_nodes.mlir

    // RUN: tf-opt %s -tfl-modify-io-nodes="test-io-types=float32,float32" | FileCheck %s
    // RUN: tf-opt %s -tfl-modify-io-nodes="test-io-types=int8,int8" | FileCheck --check-prefix=INT8 %s
    // RUN: tf-opt %s -tfl-modify-io-nodes="test-io-types=uint8,uint8" | FileCheck --check-prefix=UINT8 %s
    
    func.func @modified(%arg0: tensor<1x224x224x3xf32>) -> tensor<1x401408xf32> attributes {tf.entry_function = {control_outputs = "", inputs = "input", outputs = "output"}} {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go

    	Index  uint16
    	Type   uint8
    	Nlen   uint8
    	Alen   uint8
    	Slen   uint8
    	Data   [12]int8
    }
    
    type RawSockaddr struct {
    	Len    uint8
    	Family uint8
    	Data   [14]int8
    }
    
    type RawSockaddrAny struct {
    	Addr RawSockaddr
    	Pad  [92]int8
    }
    
    type RawSockaddrCtl struct {
    	Sc_len      uint8
    	Sc_family   uint8
    	Ss_sysaddr  uint16
    	Sc_id       uint32
    	Sc_unit     uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.4K bytes
    - Viewed (0)
Back to top