Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for shardKey (0.21 sec)

  1. pilot/pkg/model/push_context.go

    	// registry name.
    	// Note: the difference with `EDSUpdate` is that it only update the cache rather than requesting a push
    	EDSCacheUpdate(shard ShardKey, hostname string, namespace string, entry []*IstioEndpoint)
    
    	// SvcUpdate is called when a service definition is updated/deleted.
    	SvcUpdate(shard ShardKey, hostname string, namespace string, event Event)
    
    	// ConfigUpdate is called to notify the XDS server of config updates and request a push.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  2. pilot/pkg/model/push_context_test.go

    		services: []*Service{svc5_1, svc5_2},
    	}
    
    	env.EndpointIndex.shardsBySvc = map[string]map[string]*EndpointShards{
    		svc5_1.Hostname.String(): {
    			svc5_1.Attributes.Namespace: {
    				Shards: map[ShardKey][]*IstioEndpoint{
    					{Cluster: "Kubernets", Provider: provider.External}: {
    						&IstioEndpoint{
    							Address:         "1.1.1.1",
    							EndpointPort:    7000,
    							ServicePortName: "uds",
    						},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 95.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_outside_compilation.cc

          return mlir::failure();
        shard_output_types.push_back(shard_type);
        full_output_types.push_back(output.getType());
      }
    
      // Convert split sharded inputs to MANUAL sharded inputs.
      // common_split_sharding is the split sharding that is common to all inputs
      // and outputs.
      llvm::SmallVector<Value, 4> manual_inputs;
      manual_inputs.reserve(inputs.size());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 68.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

      let hasVerifier = 1;
    }
    
    def TF_TPUPartitionedOutputOp : TF_Op<"TPUPartitionedOutput", [Pure]> {
      let summary = [{
    An op that demultiplexes a tensor to be sharded by XLA to a list of partitioned
      }];
    
      let description = [{
    outputs outside the XLA computation.
      }];
    
      let arguments = (ins
        TF_Tensor:$inputs,
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  5. src/cmd/dist/test.go

    	registerStdTestSpecially := map[string]bool{
    		// testdir can run normally as part of "go test std cmd", but because
    		// it's a very large test, we register is specially as several shards to
    		// enable better load balancing on sharded builders. Ideally the build
    		// system would know how to shard any large test package.
    		"cmd/internal/testdir": true,
    	}
    
    	// Fast path to avoid the ~1 second of `go list std cmd` when
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    ```
    ### `-tf-tpu-sharding-identification`
    
    _Identifies and handles inputs/outputs of TPU computation that is sharded across logical cores._
    
    Bubbles up sharding configuration from `cluster_func` regions into
    the attributes of `cluster_func`. This is done by parsing the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
Back to top