Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for syncs (0.11 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    - Fixed bug in CPUManager with race on container map access ([#97427](https://github.com/kubernetes/kubernetes/pull/97427), [@klueska](https://github.com/klueska)) [SIG Node]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. RELEASE.md

    *   `tf.distribute`:
        *   Support added for global sync `BatchNormalization` by using the newly
            added `tf.keras.layers.experimental.SyncBatchNormalization` layer. This
            layer will sync `BatchNormalization` statistics every step across all
            replicas taking part in sync training.
        *   Performance improvements for GPU multi-worker distributed training using
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*File).Seek", Method, 0},
    		{"(*File).SetDeadline", Method, 10},
    		{"(*File).SetReadDeadline", Method, 10},
    		{"(*File).SetWriteDeadline", Method, 10},
    		{"(*File).Stat", Method, 0},
    		{"(*File).Sync", Method, 0},
    		{"(*File).SyscallConn", Method, 12},
    		{"(*File).Truncate", Method, 0},
    		{"(*File).Write", Method, 0},
    		{"(*File).WriteAt", Method, 0},
    		{"(*File).WriteString", 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. api/go1.20.txt

    pkg strings, func CutPrefix(string, string) (string, bool) #42537
    pkg strings, func CutSuffix(string, string) (string, bool) #42537
    pkg sync, method (*Map) CompareAndDelete(interface{}, interface{}) bool #51972
    pkg sync, method (*Map) CompareAndSwap(interface{}, interface{}, interface{}) bool #51972
    pkg sync, method (*Map) Swap(interface{}, interface{}) (interface{}, bool) #51972
    pkg syscall (freebsd-386-cgo), const SYS_FSTAT = 551 #53280
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), func Statfs(string, *Statfs_t) error
    pkg syscall (freebsd-arm64), func StringSlicePtr //deprecated
    pkg syscall (freebsd-arm64), func StringSlicePtr([]string) []*uint8
    pkg syscall (freebsd-arm64), func Sync() error
    pkg syscall (freebsd-arm64), func Syscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
Back to top