Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 76 for Converge (0.24 sec)

  1. tensorflow/compiler/mlir/lite/transforms/legalize_tf.cc

                       FrozenRewritePatternSet& frozenPatterns) {
      // Keep trying to convert.
      // TODO(karimnosseir): This is similar to what apply greedy patterns does.
      // Look if there is a function that tries until it converge.
      // Currently unit-test doesn't do multiple tries, so we need this.
      const int max_iterations = 15;
      for (int i = 0; i < max_iterations; ++i) {
        if (failed(applyPartialConversion(func, target, frozenPatterns))) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 20:06:54 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    		sortServiceTargets(instances)
    		sortServiceTargets(expected)
    		if err := compare(t, instances, expected); err != nil {
    			return err
    		}
    		return nil
    	}, retry.Converge(2), retry.Timeout(time.Second*5))
    }
    
    func expectEvents(t testing.TB, ch *xdsfake.Updater, events ...Event) {
    	t.Helper()
    	ch.StrictMatchOrFail(t, events...)
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  3. src/testdata/Isaac.Newton-Opticks.txt

    many other Points, or be parallel to so many other Lines, or converge to
    so many other Points, either accurately or without any sensible Error.
    And the same thing will happen, if the Rays be reflected or refracted
    successively by two or three or more Plane or Spherical Surfaces._
    
    The Point from which Rays diverge or to which they converge may be
    called their _Focus_. And the Focus of the incident Rays being given,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  4. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    spherical Surface, shall afterwards diverge from so many other Points, or be parallel to so many other Lines, or converge to so many other Points, either accurately or without any sensible Error. And the same thing will happen, if the Rays be reflected or refracted successively by two or three or more Plane or Spherical Surfaces._ The Point from which Rays diverge or to which they converge may be called their _Focus_. And the Focus of the incident Rays being given, that of the reflected or refracted...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  5. src/cmd/go/internal/modload/edit.go

    // unpruning the selected version of each module path that is a root in rs or in
    // the roots slice until the graph reaches a fixed point.
    //
    // The graph is guaranteed to converge to a fixed point because unpruning a
    // module version can only increase (never decrease) the selected versions,
    // and the set of versions for each module is finite.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 21:46:32 UTC 2024
    - 34.1K bytes
    - Viewed (0)
  6. pkg/kubelet/status/status_manager.go

    	// containers and thus actively be leveraging exclusive resources. Note that resources
    	// like volumes are reconciled by a subsystem in the Kubelet and will converge if a new
    	// pod reuses an exclusive resource (unmount -> free -> mount), which means we do not
    	// need wait for those resources to be detached by the Kubelet. In general, resources
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 16:27:19 UTC 2024
    - 44.3K bytes
    - Viewed (0)
  7. src/cmd/dist/test.go

    			// so that tests that run commands end up testing what's actually on disk.
    			// If everything is up-to-date, this is a no-op.
    			// We first build the toolchain twice to allow it to converge,
    			// as when we first bootstrap.
    			// See cmdbootstrap for a description of the overall process.
    			//
    			// On the builders, we skip this step: we assume that 'dist test' is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  8. samples/addons/grafana.yaml

    ors{}","legendFormat":"Push Context Errors"}],"title":"Push Errors","type":"timeseries"},{"datasource":{"type":"datasource","uid":"-- Mixed --"},"description":"Count of active and pending proxies managed by each instance.\nPending is expected to converge to zero.\n","gridPos":{"h":10,"w":8,"x":8,"y":14},"id":13,"interval":"1m","options":{"calculation":{"xBuckets":{"mode":"size","value":"1min"}},"cellGap":0,"color":{"mode":"scheme","scheme":"Spectral","steps":128},"yAxis":{"decimals":0,"unit":"s"...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modload/load.go

    				// whether importFromModules returns nil for the package.
    				// False-positives are ok: if we have a false-positive here, we'll do an
    				// extra iteration of package loading this time, but we'll still
    				// converge when the root set stops changing.
    				//
    				// In some sense, we can think of this as ‘upgraded the module providing
    				// pkg.path from "none" to a version higher than "none"’.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet.go

    		kl.eventedPleg.Start()
    	}
    
    	kl.syncLoop(ctx, updates, kl)
    }
    
    // SyncPod is the transaction script for the sync of a single pod (setting up)
    // a pod. This method is reentrant and expected to converge a pod towards the
    // desired state of the spec. The reverse (teardown) is handled in
    // SyncTerminatingPod and SyncTerminatedPod. If SyncPod exits without error,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
Back to top