Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 2,006 for cluster0 (0.13 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/cluster_formation.mlir

            tf_executor.yield %4 : tensor<?xi32>
          }
          tf_executor.fetch %1#0 : tensor<?xi32>
        }
        func.return %0 : tensor<?xi32>
      }
    }
    
    // -----
    
    // Multiple clusters of different devices. Clusters depend on each other.
    
    module {
      // CHECK-LABEL: func @multiplerelatedclusters
      // CHECK-SAME: (%[[ARG_0:[a-z0-9]*]]: tensor<?xi32>)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  2. tests/integration/security/ca_custom_root/multi_root_test.go

    	framework.NewTest(t).
    		Run(func(t framework.TestContext) {
    			testNS := apps.EchoNamespace.Namespace
    
    			t.ConfigIstio().YAML(testNS.Name(), POLICY).ApplyOrFail(t)
    
    			for _, cluster := range t.Clusters() {
    				t.NewSubTest(fmt.Sprintf("From %s", cluster.StableName())).Run(func(t framework.TestContext) {
    					verify := func(ctx framework.TestContext, from echo.Instance, to echo.Instances, s scheme.Instance, success bool) {
    						want := "success"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  3. tests/integration/security/reachability_test.go

    											expectedClusters := cluster.Clusters{from.Config().Cluster}
    											if !check.IsDNSCaptureEnabled(t) && opts.To.Config().Headless {
    												opts.Check = check.And(opts.Check, check.ReachedSourceCluster(t.Clusters()))
    											} else {
    												opts.Check = check.And(opts.Check, check.ReachedClusters(t.Clusters(), expectedClusters))
    											}
    										}
    									} else {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  4. pilot/pkg/model/addressmap.go

    		Addresses: m.GetAddresses(),
    	}
    }
    
    // GetAddresses returns the mapping of clusters to addresses.
    func (m *AddressMap) GetAddresses() map[cluster.ID][]string {
    	if m == nil {
    		return nil
    	}
    
    	m.mutex.RLock()
    	defer m.mutex.RUnlock()
    
    	if m.Addresses == nil {
    		return nil
    	}
    
    	out := make(map[cluster.ID][]string)
    	for k, v := range m.Addresses {
    		if v == nil {
    			out[k] = nil
    		} else {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 06 14:34:57 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_head_tail_outside_compilation.cc

        return signalPassFailure();
    
      OpBuilder builder(&getContext());
      llvm::SmallVector<mlir::tf_device::ClusterOp, 4> clusters;
      module.walk(
          [&](mlir::tf_device::ClusterOp cluster) { clusters.push_back(cluster); });
    
      for (mlir::tf_device::ClusterOp cluster : clusters) {
        std::string host_device;
        bool cluster_updated = false;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  6. tests/integration/pilot/forwardproxy/envoy_config_generator.go

    			Listeners: []*envoy_listener.Listener{},
    			Clusters: []*envoy_cluster.Cluster{
    				{
    					Name:     "dynamic_forward_proxy_cluster",
    					LbPolicy: envoy_cluster.Cluster_CLUSTER_PROVIDED,
    					ClusterDiscoveryType: &envoy_cluster.Cluster_ClusterType{
    						ClusterType: &envoy_cluster.Cluster_CustomClusterType{
    							Name: "envoy.clusters.dynamic_forward_proxy",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 27 19:22:30 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  7. tests/integration/pilot/webhook_test.go

    			webhooks := []string{vwcName, "istiod-default-validator"}
    
    			// clear the updated fields and verify istiod updates them
    			cluster := t.Clusters().Default()
    			for _, vwcName := range webhooks {
    				retry.UntilSuccessOrFail(t, func() error {
    					got, err := getValidatingWebhookConfiguration(cluster.Kube(), vwcName)
    					if err != nil {
    						return fmt.Errorf("error getting initial webhook: %v", err)
    					}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 01 13:31:34 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  8. cluster/addons/README.md

    # Legacy Cluster add-ons
    
    For more information on add-ons see [the documentation](https://kubernetes.io/docs/concepts/cluster-administration/addons/).
    
    ## Overview
    
    Cluster add-ons are resources like Services and Deployments (with pods) that are
    shipped with the Kubernetes binaries and are considered an inherent part of the
    Kubernetes clusters.
    
    There are currently two classes of add-ons:
    - Add-ons that will be reconciled.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 13 20:03:37 UTC 2020
    - 1.6K bytes
    - Viewed (0)
  9. releasenotes/notes/35068.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
    - 35068
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 08 18:38:56 UTC 2021
    - 184 bytes
    - Viewed (0)
  10. releasenotes/notes/deferred_cluster_creation.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    
    releaseNotes:
    - |
      **Added** an experimental feature to enable cluster creation on worker threads inline during requests.
      This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 402 bytes
    - Viewed (0)
Back to top