Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for autotune (0.11 sec)

  1. cmd/admin-handlers.go

    	if !sufficientCapacity {
    		writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, AdminError{
    			Code:       "XMinioSpeedtestInsufficientCapacity",
    			Message:    capacityErrMsg,
    			StatusCode: http.StatusInsufficientStorage,
    		}), r.URL)
    		return
    	}
    
    	if autotune && !canAutotune {
    		autotune = false
    	}
    
    	if customBucket == "" {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 04 11:32:32 UTC 2024
    - 99.7K bytes
    - Viewed (0)
  2. RELEASE.md

            behavior, set `inject_prefetch=True` in
            `tf.data.experimental.OptimizationOptions`.
        *   Added a new value to `tf.data.Options.autotune.autotune_algorithm`:
            `STAGE_BASED`. If the autotune algorithm is set to `STAGE_BASED`, then
            it runs a new algorithm that can get the same performance with lower
            CPU/memory usage.
        *   Added
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
Back to top