Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GS (0.17 sec)

  1. cmd/site-replication.go

    	// create group policy mapping on peer cluster if missing
    	gs := info.GroupStats[group]
    
    	c.RLock()
    	defer c.RUnlock()
    	if !c.enabled {
    		return nil
    	}
    
    	var (
    		latestID, latestPeerName string
    		lastUpdate               time.Time
    		latestGroupStat          srGroupStatsSummary
    	)
    	for dID, ss := range gs {
    		if lastUpdate.IsZero() {
    			lastUpdate = ss.groupPolicy.UpdatedAt
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 184.1K bytes
    - Viewed (1)
  2. RELEASE.md

    *   TensorBoard disables all runs by default if there are more than 40 runs.
    *   Removed old doc generator code.
    *   GCS file system integration now supports domain buckets, e.g
        gs://bucket.domain.com/path.
    *   Add `tf.summary.text` for outputting text to TensorBoard.
    *   The "run" command of tfdbg's command-line interface now supports filtering
        of tensors by node name, op type and tensor dtype.
    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