Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 92 for weights (0.22 sec)

  1. pilot/pkg/networking/core/route/route.go

    	} else {
    		weighted := make([]*route.WeightedCluster_ClusterWeight, 0)
    		for _, dst := range in.Route {
    			if dst.Weight == 0 {
    				// Ignore 0 weighted clusters if there are other clusters in the route.
    				continue
    			}
    			destinationweight, hostname := processWeightedDestination(dst, serviceRegistry, listenerPort, hashByDestination, action)
    			weighted = append(weighted, destinationweight)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/css/manual.css

    	border-width: 1px 0 0;
    	clear: both;
    	margin: 1.25em 0 1.1875em;
    	height: 0;
    }
    
    /* Helpful Typography Defaults */
    em,
    i {
    	font-style: italic;
    	line-height: inherit;
    }
    
    strong,
    b {
    	font-weight: bold;
    	line-height: inherit;
    }
    
    small {
    	font-size: 60%;
    	line-height: inherit;
    }
    
    code {
    	font-family: "Droid Sans Mono", "DejaVu Sans Mono", monospace;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  3. src/main/webapp/js/admin/adminlte.min.js.map

    this._max(heights)\n\n      if (max == heights.control_sidebar) {\n        $(Selector.CONTENT).css('min-height', max)\n      } else if (max == heights.window) {\n        $(Selector.CONTENT).css('min-height', max - heights.header - heights.footer)\n      } else {\n        $(Selector.CONTENT).css('min-height', max - heights.header)\n      }\n\n      if ($('body').hasClass(ClassName.LAYOUT_FIXED)) {\n        $(Selector.CONTENT).css('min-height', max - heights.header - heights.footer)\n\n        if (typeof...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 07:55:41 UTC 2020
    - 77K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test_base.py

        )
    
        # Create a dummy weight matrix filled with ones.
        weight_row = array_ops.ones(
            shape=array_ops.shape(input_vocabs_placeholder), dtype=dtypes.float32
        )
        # shape: (?, 2)
        weight = array_ops.transpose_v2(
            array_ops_stack.stack([weight_row, weight_row])
        )
        weight = array_ops.fake_quant_with_min_max_args(
            weight, min=-0.1, max=0.2, num_bits=8, narrow_range=False
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 08:51:46 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/httproute_test.go

    					{
    						Destination: &networking.Destination{
    							// Subset: "some-subset",
    							Host: "example.org",
    							Port: &networking.PortSelector{
    								Number: 61,
    							},
    						},
    						Weight: 100,
    					},
    				},
    			},
    		},
    	}
    	virtualServiceSpec2 := &networking.VirtualService{
    		Hosts:    []string{"test-private-2.com"},
    		Gateways: []string{"mesh"},
    		Http: []*networking.HTTPRoute{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  6. src/encoding/xml/marshal_test.go

    			`<name>Zaphod</name>` +
    			`<name>Beeblebrox</name>` +
    			`<weight>7.25</weight>` +
    			`</passenger>` +
    			`<passenger>` +
    			`<name>Trisha</name>` +
    			`<name>McMillen</name>` +
    			`<weight>5.5</weight>` +
    			`</passenger>` +
    			`<passenger>` +
    			`<name>Ford</name>` +
    			`<name>Prefect</name>` +
    			`<weight>7</weight>` +
    			`</passenger>` +
    			`<passenger>` +
    			`<name>Arthur</name>` +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/css/javadoc.css

    }
    table.striped > tbody > tr > th {
        font-weight: normal;
    }
    /**
     * Tweak style for small screens.
     */
    @media screen and (max-width: 920px) {
        header.flex-header {
            max-height: 100vh;
            overflow-y: auto;
        }
        div#navbar-top {
            height: 2.8em;
            transition: height 0.35s ease;
        }
        ul.nav-list {
            display: block;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  8. fess-crawler/src/test/resources/extractor/eml/sample2.eml

    <table width="100%" align="left" cellpadding="0" cellspacing="0" border="0" class="collapse" style="padding:0;margin:0;line-height:1px;font-size:1px;">
    <tbody>
    <tr>
    <td height="30" style="height:30px;padding:0;margin:0;line-height:1px;font-size:1px;"></td>
    </tr>
    <!-- User Identity -->
    <tr>
    <td width="80%" style="padding:0;margin:0;line-height:1px;font-size:1px;">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Jan 16 07:50:35 UTC 2016
    - 91.6K bytes
    - Viewed (0)
  9. pkg/scheduler/framework/plugins/noderesources/fit_test.go

    	{Name: string(v1.ResourceCPU), Weight: 1},
    	{Name: string(v1.ResourceMemory), Weight: 1},
    	{Name: string(v1.ResourcePods), Weight: 1},
    	{Name: string(v1.ResourceStorage), Weight: 1},
    	{Name: string(v1.ResourceEphemeralStorage), Weight: 1},
    	{Name: string(extendedResourceA), Weight: 1},
    	{Name: string(extendedResourceB), Weight: 1},
    	{Name: string(kubernetesIOResourceA), Weight: 1},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 57.4K bytes
    - Viewed (0)
  10. pilot/pkg/model/virtualservice_test.go

    					{
    						Destination: &networking.Destination{
    							// Subset: "some-subset",
    							Host: "example.org",
    							Port: &networking.PortSelector{
    								Number: 61,
    							},
    						},
    						Weight: 100,
    					},
    				},
    			},
    		},
    	}
    	virtualServiceSpec2 := &networking.VirtualService{
    		Hosts:    []string{"test-private-2.com"},
    		Gateways: []string{"mesh"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 60.6K bytes
    - Viewed (0)
Back to top