Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for bucketOf (0.35 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Arg<Variadic<TF_Float32Tensor>, [{float; List of Rank 1 Tensors each containing the bucket boundaries for a single
    feature.}]>:$bucket_boundaries
      );
    
      let results = (outs
        Res<Variadic<TF_Int32Tensor>, [{int; List of Rank 1 Tensors each containing the bucketized values for a single feature.}]>:$buckets
      );
    
      TF_DerivedOperandSizeAttr num_features = TF_DerivedOperandSizeAttr<0>;
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    - Fix the `cloudprovider_azure_api_request_duration_seconds` metric buckets to correctly capture the latency metrics. Previously, the majority of the calls would fall in the "+Inf" bucket. ([#94943](https://github.com/kubernetes/kubernetes/pull/94943), [@marwanad](https://github.com/marwanad)) [SIG Cloud Provider and Instrumentation]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. RELEASE.md

    *   TensorBoard disables all runs by default if there are more than 40 runs.
    *   Removed old doc generator code.
    *   GCS file system integration now supports domain buckets, e.g
        gs://bucket.domain.com/path.
    *   Add `tf.summary.text` for outputting text to TensorBoard.
    *   The "run" command of tfdbg's command-line interface now supports filtering
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "description": "TopologyKey is the key of node labels. Nodes that have a label with this key and identical values are considered to be in the same topology. We consider each <key, value> as a \"bucket\", and try to put balanced number of pods into each bucket. We define a domain as a particular instance of a topology. Also, we define an eligible domain as a domain whose nodes meet the requirements of nodeAffinityPolicy and nodeTaintsPolicy. e.g. If TopologyKey is \"kubernetes.io/hostname\",...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Description.Cumulative", Field, 16},
    		{"Description.Description", Field, 16},
    		{"Description.Kind", Field, 16},
    		{"Description.Name", Field, 16},
    		{"Float64Histogram", Type, 16},
    		{"Float64Histogram.Buckets", Field, 16},
    		{"Float64Histogram.Counts", Field, 16},
    		{"KindBad", Const, 16},
    		{"KindFloat64", Const, 16},
    		{"KindFloat64Histogram", Const, 16},
    		{"KindUint64", Const, 16},
    		{"Read", Func, 16},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top