Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 112 for Score (0.17 sec)

  1. pkg/scheduler/framework/runtime/framework_test.go

    	scoreWithNormalizePlugin1         = "score-with-normalize-plugin-1"
    	scoreWithNormalizePlugin2         = "score-with-normalize-plugin-2"
    	scorePlugin1                      = "score-plugin-1"
    	scorePlugin2                      = "score-plugin-2"
    	pluginNotImplementingScore        = "plugin-not-implementing-score"
    	preFilterPluginName               = "prefilter-plugin"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
  2. pkg/scheduler/schedule_one_test.go

    	for _, hostPriority := range nodeScores {
    		maxScore = math.Max(maxScore, float64(hostPriority.Score))
    		minScore = math.Min(minScore, float64(hostPriority.Score))
    	}
    	for i, hostPriority := range nodeScores {
    		nodeScores[i] = framework.NodeScore{
    			Name:  hostPriority.Name,
    			Score: int64(maxScore + minScore - float64(hostPriority.Score)),
    		}
    	}
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      TFL_OperandHasRank<4, 0>]> {
      let summary = [{
    Greedily selects a subset of bounding boxes in descending order of score,
      }];
    
      let description = [{
    pruning away boxes that have high intersection-over-union (IOU) overlap
    with previously selected boxes.  Bounding boxes with score less than
    `score_threshold` are removed.  Bounding boxes are supplied as
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: -- Results per page -- */
        public static final String LABELS_search_result_select_num = "{labels.search_result_select_num}";
    
        /** The key of the message: Score */
        public static final String LABELS_search_result_sort_score_desc = "{labels.search_result_sort_score_desc}";
    
        /** The key of the message: File Name (ascending) */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    describeTo(Description) - Method in class org.hamcrest.core.Every describeTo(Description) - Method in class org.hamcrest.core.Is describeTo(Description) - Method in class org.hamcrest.core.IsAnything describeTo(Description) - Method in class org.hamcrest.core.IsCollectionContaini describeTo(Description) - Method in class org.hamcrest.core.IsEqual describeTo(Description) - Method in class org.hamcrest.core.IsInstanceOf describeTo(Description) - Method in class org.hamcrest.core.IsNot describeTo(Description) - Method...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 236.8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/img/gradle-core-test-build-scan-performance.png

    gradle-core-test-build-scan-performance.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:03:53 UTC 2024
    - 202K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.5.md

    * Add support for SourceIP preservation in Azure LBs ([#36557](https://github.com/kubernetes/kubernetes/pull/36557), [@brendandburns](https://github.com/brendandburns))
    * Fix fetching pids running in a cgroup, which caused problems with OOM score adjustments & setting the /system cgroup ("misc" in the summary API). ([#36551](https://github.com/kubernetes/kubernetes/pull/36551), [@timstclair](https://github.com/timstclair))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.4.md

    ```
    
    * Fix fetching pids running in a cgroup, which caused problems with OOM score adjustments & setting the /system cgroup ("misc" in the summary API). ([#36614](https://github.com/kubernetes/kubernetes/pull/36614), [@timstclair](https://github.com/timstclair))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/gateway_test.go

    									ConfigSourceSpecifier: &core.ConfigSource_ApiConfigSource{
    										ApiConfigSource: &core.ApiConfigSource{
    											ApiType:                   core.ApiConfigSource_GRPC,
    											SetNodeOnFirstMessageOnly: true,
    											TransportApiVersion:       core.ApiVersion_V3,
    											GrpcServices: []*core.GrpcService{
    												{
    													TargetSpecifier: &core.GrpcService_EnvoyGrpc_{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/cluster_builder_test.go

    								SdsConfig: &core.ConfigSource{
    									ConfigSourceSpecifier: &core.ConfigSource_ApiConfigSource{
    										ApiConfigSource: &core.ApiConfigSource{
    											ApiType:                   core.ApiConfigSource_GRPC,
    											SetNodeOnFirstMessageOnly: true,
    											TransportApiVersion:       core.ApiVersion_V3,
    											GrpcServices: []*core.GrpcService{
    												{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
Back to top