Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for csize (0.15 sec)

  1. api/go1.14.txt

    pkg syscall (freebsd-arm64), const CS7 ideal-int
    pkg syscall (freebsd-arm64), const CS8 = 768
    pkg syscall (freebsd-arm64), const CS8 ideal-int
    pkg syscall (freebsd-arm64), const CSIZE = 768
    pkg syscall (freebsd-arm64), const CSIZE ideal-int
    pkg syscall (freebsd-arm64), const CSTART = 17
    pkg syscall (freebsd-arm64), const CSTART ideal-int
    pkg syscall (freebsd-arm64), const CSTATUS = 20
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  2. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const CS8 = 768 #53466
    pkg syscall (freebsd-riscv64), const CS8 ideal-int #53466
    pkg syscall (freebsd-riscv64), const CSIZE = 768 #53466
    pkg syscall (freebsd-riscv64), const CSIZE ideal-int #53466
    pkg syscall (freebsd-riscv64), const CSTART = 17 #53466
    pkg syscall (freebsd-riscv64), const CSTART ideal-int #53466
    pkg syscall (freebsd-riscv64), const CSTATUS = 20 #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*AddrType).Common", Method, 0},
    		{"(*AddrType).Size", Method, 0},
    		{"(*AddrType).String", Method, 0},
    		{"(*ArrayType).Common", Method, 0},
    		{"(*ArrayType).Size", Method, 0},
    		{"(*ArrayType).String", Method, 0},
    		{"(*BasicType).Basic", Method, 0},
    		{"(*BasicType).Common", Method, 0},
    		{"(*BasicType).Size", Method, 0},
    		{"(*BasicType).String", Method, 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)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    With inconsistent num_segments, the op still runs. only difference is,
    the output takes the size of num_segments irrespective of size of segment_ids and data.
    for num_segments less than expected output size, the last elements are ignored
    for num_segments more than the expected output size, last elements are assigned 
    smallest possible value for the specific numeric type.
    
    For example:
    
    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