Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for Godoc (0.54 sec)

  1. CHANGELOG/CHANGELOG-1.17.md

     `http_response_size_bytes_sum`
     `http_response_size_bytes_count`
     due to removal from the prometheus client library. Prometheus http request meta-metrics are now generated from [`promhttp.InstrumentMetricHandler`](https://godoc.org/github.com/prometheus/client_golang/prometheus/promhttp#InstrumentMetricHandler) instead.
    - Following metrics from kube-controller-manager are now marked as with the ALPHA stability level:
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Jan 28 10:44:33 GMT 2021
    - 346.2K bytes
    - Viewed (1)
  2. CHANGELOG/CHANGELOG-1.27.md

    `Backoff{...}.DelayWithReset(clock, resetInterval)` method and must set the `Steps` field when using `Factor`. As a short term change, callers may use the `Timer()` method on the `BackoffManager` until the backoff managers are deprecated and removed. Please see the godoc of the deprecated functions for examples of how to replace usage of this function. ([#107826](https://github.com/kubernetes/kubernetes/pull/107826), [@smarterclayton](https://github.com/smarterclayton)) [SIG API Machinery, Auth, Cloud Provider, Storage...
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 15:20:21 GMT 2024
    - 434.3K bytes
    - Viewed (3)
  3. RELEASE.md

        QuantizeDownAndShrinkRange, QuantizedRelu, QuantizedRelu6, QuantizedReshape,
        QuantizeV2, RequantizationRange, and Requantize.
    *   Go: Experimental API in Go to create and execute graphs
        (https://godoc.org/github.com/tensorflow/tensorflow/tensorflow/go)
    *   New checkpoint format becomes the default in `tf.train.Saver`. Old V1
        checkpoints continue to be readable; controlled by the `write_version`
    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