Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Utilization (0.24 sec)

  1. cmd/erasure.go

    				if v.N > 0 {
    					di.Metrics.LastMinute[k] = v.asTimedAction()
    				}
    			}
    			for k, v := range info.Metrics.APICalls {
    				di.Metrics.APICalls[k] = v
    			}
    			if info.Total > 0 {
    				di.Utilization = float64(info.Used / info.Total * 100)
    			}
    			disksInfo[index] = di
    			return nil
    		}, index)
    	}
    
    	g.Wait()
    	return disksInfo
    }
    
    // Get an aggregated storage info across all disks.
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Fri Apr 26 06:32:14 GMT 2024
    - 16K bytes
    - Viewed (1)
  2. RELEASE.md

        Detection using Deep Neural Networks.
    *   New (experimental)
        [Java API](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/java).
    *   Add new Android image stylization demo based on "A Learned Representation
        For Artistic Style", and add YOLO object detector support.
    
    ## Breaking Changes to the API
    
    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