Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Sync (0.19 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]
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K bytes
    - Viewed (0)
  2. 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
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  3. api/go1.14.txt

    pkg syscall (freebsd-arm64), const MS_ASYNC ideal-int
    pkg syscall (freebsd-arm64), const MS_INVALIDATE = 2
    pkg syscall (freebsd-arm64), const MS_INVALIDATE ideal-int
    pkg syscall (freebsd-arm64), const MS_SYNC = 0
    pkg syscall (freebsd-arm64), const MS_SYNC ideal-int
    pkg syscall (freebsd-arm64), const MSG_CMSG_CLOEXEC = 262144
    pkg syscall (freebsd-arm64), const MSG_CMSG_CLOEXEC ideal-int
    pkg syscall (freebsd-arm64), const MSG_COMPAT = 32768
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  4. 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
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top