Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 41 for Shardz (0.89 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Gets next element for the provided shard number.";
    
      let arguments = (ins
        Arg<TF_ResourceTensor, [{A MultiDeviceIterator resource.}], [TF_DatasetIteratorRead, TF_DatasetIteratorWrite]>:$multi_device_iterator,
        Arg<TF_Int32Tensor, [{Integer representing which shard to fetch data for.}]>:$shard_num,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

      let description = [{
        This prints the current module (by default, to stderr). The module is
        otherwise piped through without changes.
    
        This complements MLIRs dumping functionality, which can sometimes be hard
        to configure. This pass is useful if you know the exact position in the
        pipeline where you want to dump, and are able to easily modify the pipeline
        source code.
      }];
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                required:
                                - name
                                type: object
                              literal:
                                description: Literal adds the same, hard-coded value to
                                  each span.
                                properties:
                                  value:
                                    description: The tag value to use.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.29.md

    - The `matchLabelKeys/mismatchLabelKeys` feature is introduced to the hard/soft `PodAffinity/PodAntiAffinity`. ([#116065](https://github.com/kubernetes/kubernetes/pull/116065), [@sanposhiho](https://github.com/sanposhiho))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  5. manifests/charts/base/crds/crd-all.gen.yaml

                                required:
                                - name
                                type: object
                              literal:
                                description: Literal adds the same, hard-coded value to
                                  each span.
                                properties:
                                  value:
                                    description: The tag value to use.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  6. pkg/generated/openapi/zz_generated.openapi.go

    			SchemaProps: spec.SchemaProps{
    				Description: "ResourceQuotaSpec defines the desired hard limits to enforce for Quota.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"hard": {
    						SchemaProps: spec.SchemaProps{
    							Description: "hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

            op, op.getType(), op.getValue(), swaped_indices, slice_sizes_concat,
            dims_attr);
    
        return success();
      }
    };
    
    // Converts an XlaSharding op to a XLA HLO shard op with sharding attributes.
    class ConvertXlaShardingOp : public OpRewritePattern<TF::XlaShardingOp> {
     public:
      using OpRewritePattern::OpRewritePattern;
    
      LogicalResult matchAndRewrite(TF::XlaShardingOp op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  8. src/net/http/serve_test.go

    		shutdownRes <- ts.Config.Shutdown(context.Background())
    	}()
    	readRes := make(chan error, 1)
    	go func() {
    		_, err := c.Read([]byte{0})
    		readRes <- err
    	}()
    
    	// TODO(#59037): This timeout is hard-coded in closeIdleConnections.
    	// It is undocumented, and some users may find it surprising.
    	// Either document it, or switch to a less surprising behavior.
    	const expectTimeout = 5 * time.Second
    
    	t0 := time.Now()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  9. api/openapi-spec/swagger.json

          "description": "ResourceQuotaSpec defines the desired hard limits to enforce for Quota.",
          "properties": {
            "hard": {
              "additionalProperties": {
                "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssagen/ssa.go

    	if base.Flag.Race && pkg == "sync/atomic" {
    		// The race detector needs to be able to intercept these calls.
    		// We can't intrinsify them.
    		return nil
    	}
    	// Skip intrinsifying math functions (which may contain hard-float
    	// instructions) when soft-float
    	if Arch.SoftFloat && pkg == "math" {
    		return nil
    	}
    
    	fn := sym.Name
    	if ssa.IntrinsicsDisable {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top