Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 24 for Parallelizer (0.36 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/python/BUILD

    #         "@absl_py//absl/testing:parameterized",
    #     ],
    # )
    #
    # tf_py_strict_test(
    #     name = "quantize_model_test",
    #     srcs = ["integration_test/quantize_model_test.py"],
    #     shard_count = 50,  # Parallelize the test to avoid timeouts.
    #     deps = [
    #         ":quantization",
    #         ":quantize_model_test_base",
    #         "//tensorflow/compiler/mlir/quantization/common/python:testing",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 20:18:36 UTC 2024
    - 7K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/preemption/preemption_test.go

    	clientsetfake "k8s.io/client-go/kubernetes/fake"
    	"k8s.io/klog/v2/ktesting"
    	extenderv1 "k8s.io/kube-scheduler/extender/v1"
    	"k8s.io/kubernetes/pkg/scheduler/framework"
    	"k8s.io/kubernetes/pkg/scheduler/framework/parallelize"
    	"k8s.io/kubernetes/pkg/scheduler/framework/plugins/defaultbinder"
    	"k8s.io/kubernetes/pkg/scheduler/framework/plugins/interpodaffinity"
    	"k8s.io/kubernetes/pkg/scheduler/framework/plugins/nodeaffinity"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  3. pkg/scheduler/scheduler.go

    	schedulerapi "k8s.io/kubernetes/pkg/scheduler/apis/config"
    	"k8s.io/kubernetes/pkg/scheduler/apis/config/scheme"
    	"k8s.io/kubernetes/pkg/scheduler/framework"
    	"k8s.io/kubernetes/pkg/scheduler/framework/parallelize"
    	frameworkplugins "k8s.io/kubernetes/pkg/scheduler/framework/plugins"
    	"k8s.io/kubernetes/pkg/scheduler/framework/plugins/noderesources"
    	frameworkruntime "k8s.io/kubernetes/pkg/scheduler/framework/runtime"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 20.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/python/BUILD

            "@absl_py//absl/logging",
        ],
    )
    
    tf_py_strict_test(
        name = "quantize_model_test",
        size = "medium",
        srcs = ["integration_test/quantize_model_test.py"],
        shard_count = 50,  # Parallelize the test to avoid timeouts.
        tags = [
            "no_mac",  # TODO(b/292100835): Reenable
        ],
        deps = [
            ":quantize_model",
            ":quantize_model_test_base",
            ":representative_dataset",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  5. docs/en/docs/deployment/server-workers.md

    ## Deployment Concepts
    
    Here you saw how to use **Gunicorn** (or Uvicorn) managing **Uvicorn worker processes** to **parallelize** the execution of the application, take advantage of **multiple cores** in the CPU, and be able to serve **more requests**.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  6. src/cmd/go/internal/mvs/mvs.go

    //
    // It must be safe to call methods on a Reqs from multiple goroutines simultaneously.
    // Because a Reqs may read the underlying graph from the network on demand,
    // the MVS algorithms parallelize the traversal to overlap network delays.
    type Reqs interface {
    	// Required returns the module versions explicitly required by m itself.
    	// The caller must not modify the returned list.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 27 21:58:12 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  7. pkg/kubelet/pleg/generic.go

    			// TODO: If many pods changed during the same relist period,
    			// inspecting the pod and getting the PodStatus to update the cache
    			// serially may take a while. We should be aware of this and
    			// parallelize if needed.
    			if err, updated := g.updateCache(ctx, pod, pid); err != nil {
    				// Rely on updateCache calling GetPodStatus to log the actual error.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  8. pkg/scheduler/framework/plugins/defaultpreemption/default_preemption_test.go

    	"k8s.io/kubernetes/pkg/scheduler/apis/config"
    	configv1 "k8s.io/kubernetes/pkg/scheduler/apis/config/v1"
    	"k8s.io/kubernetes/pkg/scheduler/framework"
    	"k8s.io/kubernetes/pkg/scheduler/framework/parallelize"
    	"k8s.io/kubernetes/pkg/scheduler/framework/plugins/defaultbinder"
    	"k8s.io/kubernetes/pkg/scheduler/framework/plugins/feature"
    	"k8s.io/kubernetes/pkg/scheduler/framework/plugins/interpodaffinity"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  9. pilot/pkg/xds/eds_test.go

    	if upd, err := adsc.Wait(15*time.Second, watchAll...); err != nil {
    		t.Fatal("Expecting CDS, EDS, LDS, and RDS update as part of a full push", err, upd)
    	}
    }
    
    // This test must be run in isolation, can't be parallelized with any other v2 test.
    // It makes different kind of updates, and checks that incremental or full push happens.
    // In particular:
    // - just endpoint changes -> incremental
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 20:58:47 UTC 2024
    - 39.6K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/plugins/volumebinding/binder.go

    //     If pod has bound immediate PVCs, GetEligibleNodes() is invoked to potentially reduce
    //     down the list of eligible nodes based on the bound PV's NodeAffinity (if any).
    //     b. Invokes all filter plugins, parallelized across nodes.  FindPodVolumes() is invoked here.
    //     c. Invokes all score plugins.  Future/TBD
    //     d. Selects the best node for the Pod.
    //     e. Invokes all reserve plugins. AssumePodVolumes() is invoked here.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 14:55:34 UTC 2024
    - 42.6K bytes
    - Viewed (0)
Back to top