Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for partitioned (0.25 sec)

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

    In detail,
    
    ```python
        outputs[i].shape = [sum(partitions == i)] + data.shape[partitions.ndim:]
    
        outputs[i] = pack([data[js, ...] for js if partitions[js] == i])
    ```
    
    `data.shape` must start with `partitions.shape`.
    
    For example:
    
    ```python
        # Scalar partitions.
        partitions = 1
        num_partitions = 2
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

    *   Bug Fixes:
        *   Fix bug where partitioned integer variables got their wrong shapes.
            Before
        *   Fix correctness bug in CPU and GPU implementations of Adadelta.
        *   Fix a bug in `import_meta_graph`'s handling of partitioned variables
            when importing into a scope. WARNING: This may break loading checkpoints
            of graphs with partitioned variables saved after using
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "partition": {
                "description": "Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    			vol: core.Volume{
    				Name: "gce-pd",
    				VolumeSource: core.VolumeSource{
    					GCEPersistentDisk: &core.GCEPersistentDiskVolumeSource{
    						PDName:    "my-PD",
    						FSType:    "ext4",
    						Partition: 1,
    						ReadOnly:  false,
    					},
    				},
    			},
    		},
    		// AWSElasticBlockStore
    		{
    			name: "valid AWSElasticBlockStore",
    			vol: core.Volume{
    				Name: "aws-ebs",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top