Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 349 for knight (0.13 sec)

  1. src/cmd/vendor/github.com/google/pprof/internal/driver/svg.go

    	svg = strings.Replace(svg, "&;", "&;", -1)
    
    	// Dot's SVG output is
    	//
    	//    <svg width="___" height="___"
    	//     viewBox="___" xmlns=...>
    	//    <g id="graph0" transform="...">
    	//    ...
    	//    </g>
    	//    </svg>
    	//
    	// Change it to
    	//
    	//    <svg width="100%" height="100%"
    	//     xmlns=...>
    
    	//    <script type="text/ecmascript"><![CDATA[` ..$(svgpan.JSSource)... `]]></script>`
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/transforms/composite_avg_pool.cc

      int c;  // Channels.
    
      int h_in;  // Input height.
      int w_in;  // Input width.
    
      int h_out;  // Output height.
      int w_out;  // Output width.
    
      int kh;  // Kernel height.
      int kw;  // Kernel width.
    
      int ph;  // Padding on "height" dimension (both sides).
      int pw;  // Padding on "width" dimension (both sides).
    
      int sh;  // Stride on "height" dimension.
      int sw;  // Stride on "width" dimension.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:16:05 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  3. pkg/scheduler/apis/config/v1/default_plugins.go

    				{Name: names.TaintToleration, Weight: ptr.To[int32](3)},
    				{Name: names.NodeAffinity, Weight: ptr.To[int32](2)},
    				{Name: names.NodePorts},
    				{Name: names.NodeResourcesFit, Weight: ptr.To[int32](1)},
    				{Name: names.VolumeRestrictions},
    				{Name: names.NodeVolumeLimits},
    				{Name: names.VolumeBinding},
    				{Name: names.VolumeZone},
    				{Name: names.PodTopologySpread, Weight: ptr.To[int32](2)},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 06:27:01 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/text/language/parse.go

    			continue
    		}
    
    		entry, weight := split(entry, ';')
    
    		// Scan the language.
    		t, err := Parse(entry)
    		if err != nil {
    			id, ok := acceptFallback[entry]
    			if !ok {
    				return nil, nil, err
    			}
    			t = makeTag(language.Tag{LangID: id})
    		}
    
    		// Scan the optional weight.
    		w := 1.0
    		if weight != "" {
    			weight = consume(weight, 'q')
    			weight = consume(weight, '=')
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  5. docs/es/docs/newsletter.md

    # Boletín de Noticias de FastAPI y amigos
    
    <iframe data-w-type="embedded" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://xr4n4.mjt.lu/wgt/xr4n4/hj5/form?c=40a44fa4" width="100%" style="height: 0;"></iframe>
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Jan 27 10:43:44 UTC 2024
    - 332 bytes
    - Viewed (0)
  6. src/image/gif/writer_test.go

    		t.Errorf("unexpected global color model")
    	}
    	if w, h := g1.Config.Width, g1.Config.Height; w != width || h != height {
    		t.Errorf("got config width * height = %d * %d, want %d * %d", w, h, width, height)
    	}
    
    	if g0.LoopCount != g1.LoopCount {
    		t.Errorf("loop counts differ: %d and %d", g0.LoopCount, g1.LoopCount)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 19K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sync/semaphore/semaphore.go

    }
    
    // NewWeighted creates a new weighted semaphore with the given
    // maximum combined weight for concurrent access.
    func NewWeighted(n int64) *Weighted {
    	w := &Weighted{size: n}
    	return w
    }
    
    // Weighted provides a way to bound concurrent access to a resource.
    // The callers can request access with a given weight.
    type Weighted struct {
    	size    int64
    	cur     int64
    	mu      sync.Mutex
    	waiters list.List
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/loadbalancer/loadbalancer.go

    		out[i].Priority = uint32(priority)
    		var weight uint32
    		for _, index := range priorityMap[priority] {
    			out[i].LbEndpoints = append(out[i].LbEndpoints, ep.LocalityLbEndpoints.LbEndpoints[index])
    			weight += ep.LocalityLbEndpoints.LbEndpoints[index].GetLoadBalancingWeight().GetValue()
    		}
    		// reset weight
    		out[i].LoadBalancingWeight = &wrappers.UInt32Value{
    			Value: weight,
    		}
    	}
    
    	return out
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 23 05:38:57 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/viewing_debugging_dependencies.adoc

    Click on a dependency and select the "Required By" tab to see the selection reason and origin of the dependency.
    
    image::dependency-management-dependency-insight-report-build-scan.png[]
    
    === Dependency Insights
    
    Gradle provides the built-in `dependencyInsight` task to render a  _dependency insight report_ from the command line.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:55:38 UTC 2024
    - 12K bytes
    - Viewed (0)
  10. pilot/pkg/xds/mesh_network_test.go

    				"": {xdstest.LocLbEpInfo{
    					LbEps: []xdstest.LbEpInfo{
    						{Address: "1.2.3.4", Weight: 1},
    						{Address: "2.2.2.2", Weight: 2},
    					},
    					Weight: 3,
    				}},
    				"v1": {xdstest.LocLbEpInfo{
    					LbEps: []xdstest.LbEpInfo{
    						{Address: "1.2.3.4", Weight: 1},
    						{Address: "2.2.2.2", Weight: 1},
    					},
    					Weight: 2,
    				}},
    				"v2": {xdstest.LocLbEpInfo{
    					LbEps: []xdstest.LbEpInfo{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 24.6K bytes
    - Viewed (0)
Back to top