Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for syncs (0.32 sec)

  1. 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)
  2. 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)
Back to top