Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 66 of 66 for 230 (0.03 sec)

  1. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_PID_SUSPEND ideal-int
    pkg syscall (darwin-arm64), const SYS_PIPE = 42
    pkg syscall (darwin-arm64), const SYS_PIPE ideal-int
    pkg syscall (darwin-arm64), const SYS_POLL = 230
    pkg syscall (darwin-arm64), const SYS_POLL ideal-int
    pkg syscall (darwin-arm64), const SYS_POLL_NOCANCEL = 417
    pkg syscall (darwin-arm64), const SYS_POLL_NOCANCEL ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS_SHMAT ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_SHMCTL = 443
    pkg syscall (netbsd-arm64-cgo), const SYS_SHMCTL ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_SHMDT = 230
    pkg syscall (netbsd-arm64-cgo), const SYS_SHMDT ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_SHMGET = 231
    pkg syscall (netbsd-arm64-cgo), const SYS_SHMGET ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.19.md

    - github.com/ugorji/go: [v1.1.4](https://github.com/ugorji/go/tree/v1.1.4)
    - golang.org/x/mod: v0.1.0
    - google.golang.org/protobuf: v1.23.0
    - gopkg.in/errgo.v2: v2.1.0
    - k8s.io/klog/v2: v2.0.0
    
    ### Changed
    - cloud.google.com/go: v0.38.0 → v0.51.0
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.16.md

    - golang.org/x/net: 65e2d4e → cdfb69a
    - golang.org/x/tools: aa82965 → 6e04913
    - google.golang.org/api: 583d854 → 5213b80
    - google.golang.org/genproto: 09f6ed2 → 54afdca
    - google.golang.org/grpc: v1.13.0 → v1.23.0
    - gopkg.in/check.v1: 20d25e2 → 788fd78
    - gopkg.in/natefinch/lumberjack.v2: 20b71e5 → v2.0.0
    - gopkg.in/square/go-jose.v2: 89060de → v2.2.2
    - gopkg.in/yaml.v2: v2.2.1 → v2.2.2
    - k8s.io/gengo: f8a0810 → 26a6646
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 345.2K bytes
    - Viewed (0)
  5. doc/go_spec.html

    list: integer, rune, floating-point, complex.
    For example, an untyped integer constant divided by an
    untyped complex constant yields an untyped complex constant.
    </p>
    
    <pre>
    const a = 2 + 3.0          // a == 5.0   (untyped floating-point constant)
    const b = 15 / 4           // b == 3     (untyped integer constant)
    const c = 15 / 4.0         // c == 3.75  (untyped floating-point constant)
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
  6. RELEASE.md

    *   Fixes #41630 by including `max_seq_length` in CuDNN descriptor cache key
    *   Pins `numpy` to 1.18.5 to prevent ABI breakage when compiling code that uses
        both NumPy and TensorFlow headers.
    
    # Release 2.3.0
    
    ## Major Features and Improvements
    
    *   `tf.data` adds two new mechanisms to solve input pipeline bottlenecks and
        save resources:
    
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
Back to top