Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 146 for haverace (0.12 sec)

  1. cmd/metrics-v3-system-drive.go

    		allDriveLabels...)
    	driveWaitingIOMD = NewGaugeMD(driveWaitingIO,
    		"Total waiting I/O operations on a drive", allDriveLabels...)
    	driveAPILatencyMD = NewGaugeMD(driveAPILatencyMicros,
    		"Average last minute latency in µs for drive API storage operations",
    		append(allDriveLabels, apiL)...)
    	driveHealthMD = NewGaugeMD(driveHealth,
    		"Drive health (0 = offline, 1 = healthy, 2 = healing)", allDriveLabels...)
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun May 12 17:23:50 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  2. src/math/rand/example_test.go

    	show("Float32", r.Float32(), r.Float32(), r.Float32())
    	show("Float64", r.Float64(), r.Float64(), r.Float64())
    
    	// ExpFloat64 values have an average of 1 but decay exponentially.
    	show("ExpFloat64", r.ExpFloat64(), r.ExpFloat64(), r.ExpFloat64())
    
    	// NormFloat64 values have an average of 0 and a standard deviation of 1.
    	show("NormFloat64", r.NormFloat64(), r.NormFloat64(), r.NormFloat64())
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 16:24:57 UTC 2022
    - 4.2K bytes
    - Viewed (0)
  3. src/math/rand/v2/example_test.go

    	show("Float32", r.Float32(), r.Float32(), r.Float32())
    	show("Float64", r.Float64(), r.Float64(), r.Float64())
    
    	// ExpFloat64 values have an average of 1 but decay exponentially.
    	show("ExpFloat64", r.ExpFloat64(), r.ExpFloat64(), r.ExpFloat64())
    
    	// NormFloat64 values have an average of 0 and a standard deviation of 1.
    	show("NormFloat64", r.NormFloat64(), r.NormFloat64(), r.NormFloat64())
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 30 17:09:26 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/autoscaling/v2/generated.proto

      // QPS from loadbalancer running outside of cluster).
      // +optional
      optional ExternalMetricStatus external = 5;
    }
    
    // MetricTarget defines the target value, average value, or average utilization of a specific metric
    message MetricTarget {
      // type represents whether the metric type is Utilization, Value, or AverageValue
      optional string type = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/autoscaling/v2beta2/types_swagger_doc_generated.go

    	"":                   "MetricTarget defines the target value, average value, or average utilization of a specific metric",
    	"type":               "type represents whether the metric type is Utilization, Value, or AverageValue",
    	"value":              "value is the target value of the metric (as a quantity).",
    	"averageValue":       "averageValue is the target value of the average of the metric across all relevant pods (as a quantity)",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 21K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/transforms/composite_avg_pool_patterns.td

    class CreateStringAttr<string values> : NativeCodeCall<
      "$_builder.getStringAttr("# values #")">;
    
    // Get dense attr for a matrix that corrects the over counting of dividends when casting an average pool with ceil mode on in terms of average pool with it off.
    def GetCorrectionMatrix: NativeCodeCall<"GetCorrectionMatrix($_builder, (*$0.begin()).getDefiningOp<mhlo::CompositeOp>())">;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:16:05 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  7. src/image/gif/writer_test.go

    	if d < 0 {
    		return -d
    	}
    	return d
    }
    
    // averageDelta returns the average delta in RGB space. The two images must
    // have the same bounds.
    func averageDelta(m0, m1 image.Image) int64 {
    	b := m0.Bounds()
    	return averageDeltaBound(m0, m1, b, b)
    }
    
    // averageDeltaBound returns the average delta in RGB space. The average delta is
    // calculated in the specified bounds.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 19K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/autoscaling/v2beta2/generated.proto

      // QPS from loadbalancer running outside of cluster).
      // +optional
      optional ExternalMetricStatus external = 5;
    }
    
    // MetricTarget defines the target value, average value, or average utilization of a specific metric
    message MetricTarget {
      // type represents whether the metric type is Utilization, Value, or AverageValue
      optional string type = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 21K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/autoscaling/v2/generated.proto

      // QPS from loadbalancer running outside of cluster).
      // +optional
      optional ExternalMetricStatus external = 5;
    }
    
    // MetricTarget defines the target value, average value, or average utilization of a specific metric
    message MetricTarget {
      // type represents whether the metric type is Utilization, Value, or AverageValue
      optional string type = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/autoscaling/v2/types_swagger_doc_generated.go

    	"":                   "MetricTarget defines the target value, average value, or average utilization of a specific metric",
    	"type":               "type represents whether the metric type is Utilization, Value, or AverageValue",
    	"value":              "value is the target value of the metric (as a quantity).",
    	"averageValue":       "averageValue is the target value of the average of the metric across all relevant pods (as a quantity)",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 21.3K bytes
    - Viewed (0)
Back to top