Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for groupOne (0.23 sec)

  1. cmd/metrics-v2.go

    	clusterCollector = newMinioClusterCollector(allMetricsGroups)
    	bucketCollector = newMinioBucketCollector(bucketMetricsGroups)
    }
    
    // MetricNamespace is top level grouping of metrics to create the metric name.
    type MetricNamespace string
    
    // MetricSubsystem is the sub grouping for metrics within a namespace.
    type MetricSubsystem string
    
    const (
    	bucketMetricNamespace    MetricNamespace = "minio_bucket"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        More precisely, for every minimal unexplainable control dependency path
        we emit op warnings for all involved ops. The pass does not report
        intermediate dummy ops for grouping control dependencies (Identity, NoOp),
        unless they are part of an unexplainable path between other ops.
        This pass is useful to understand control dependency conservatism for a
        given MLIR module.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  3. src/internal/trace/traceviewer/static/webcomponents.min.js

    ft().split("/").pop()}console.group("mutations (%d) [%s]",n.length,i||"")}var a=d(e);n.forEach(function(e){"childList"===e.type&&(T(e.addedNodes,function(e){e.localName&&t(e,a)}),T(e.removedNodes,function(e){e.localName&&c(e)}))}),g.dom&&console.groupEnd()}function f(e){for(e=window.wrap(e),e||(e=window.wrap(document));e.parentNode;)e=e.parentNode;var t=e.__observer;t&&(h(e,t.takeRecords()),i())}function m(e){if(!e.__observer){var t=new MutationObserver(h.bind(this,e));t.observe(e,{childList:!0,...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 115.6K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet.go

    }
    
    // Dependencies is a bin for things we might consider "injected dependencies" -- objects constructed
    // at runtime that are necessary for running the Kubelet. This is a temporary solution for grouping
    // these objects while we figure out a more comprehensive dependency injection story for the Kubelet.
    type Dependencies struct {
    	Options []Option
    
    	// Injected Dependencies
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      let description = [{
        Splits the `value` tensor along `split_dim` into a number of sub-tensors
        with same shape as the original one, except for `split_dim`. The grouping
        of the resultant sub-tensors is decided by `size-splits`. Same as tf.SplitV.
      }];
    
      let arguments = (ins
        TFL_TensorOf<[F32, I16, I32, I64, I8, UI8, QI8, QUI8, QI16]>:$value,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    crs
    
    // cruise : 2015-12-10 Viking River Cruises (Bermuda) Ltd.
    cruise
    
    // cruises : 2013-12-05 Binky Moon, LLC
    cruises
    
    // cuisinella : 2014-04-03 SCHMIDT GROUPE S.A.S.
    cuisinella
    
    // cymru : 2014-05-08 Nominet UK
    cymru
    
    // cyou : 2015-01-22 ShortDot SA
    cyou
    
    // dabur : 2014-02-06 Dabur India Limited
    dabur
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  7. doc/go1.17_spec.html

    Repetition  = "{" Expression "}" .
    </pre>
    
    <p>
    Productions are expressions constructed from terms and the following
    operators, in increasing precedence:
    </p>
    <pre class="grammar">
    |   alternation
    ()  grouping
    []  option (0 or 1 times)
    {}  repetition (0 to n times)
    </pre>
    
    <p>
    Lower-case production names are used to identify lexical tokens.
    Non-terminals are in CamelCase. Lexical tokens are enclosed in
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  8. src/encoding/json/testdata/code.json.gz

    },{"name":"contextual_selectors-expected.checksum","kids":[],"cl_weight":0.00531727576137702,"touches":3,"min_t":1228851457,"max_t":1236205616,"mean_t":1231511952},{"name":"grouping-expected.png","kids":[],"cl_weight":0.004890654600967464,"touches":2,"min_t":1228851457,"max_t":1236205616,"mean_t":1232528536},{"name":"grouping-expected.checksum","kids":[],"cl_weight":0.004890654600967464,"touches":2,"min_t":1228851457,"max_t":1236205616,"mean_t":1232528536},{"name":"contextual_selectors-expected....
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top