Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 29 for partitioned (0.44 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

    def TPUResourceReadsWritesPartitioningPass : Pass<"tf-tpu-resource-partition", "mlir::func::FuncOp"> {
      let summary = "Partitions unpartitioned resource read/write to partitioned resource variables.";
    
      let description = [{
        This pass creates individual resource reads/writes from the unpartitioned
        resource variable (from `tf.TPUPartitionedInput`) to individual partitioned
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure-helper.sh

      local format="${4}"
    
    
      if [[ -z "${devicenum}" ]]; then
        echo "Failed to get the local disk number for device ${ssd}" >&2
        exit 2
      fi
    
      # TODO: Handle partitioned disks. Right now this code just ignores partitions
      if [[ "${format}" == "fs" ]]; then
        if [[ "${interface}" == "scsi" ]]; then
          local actual_device
          actual_device=$(readlink -f "${ssd}" | cut -d '/' -f 3)
          # Error checking
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  3. pkg/controller/statefulset/stateful_set_control_test.go

    			if set.Status.CurrentReplicas < *set.Spec.Replicas {
    				return false
    			}
    			for i := range pods {
    				if getPodRevision(pods[i]) != set.Status.CurrentRevision {
    					return false
    				}
    			}
    		} else {
    			partition := int(*set.Spec.UpdateStrategy.RollingUpdate.Partition)
    			if len(pods) < partition {
    				return false
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  4. pkg/apis/apps/validation/validation_test.go

    		ss.Spec.UpdateStrategy.Type = t
    	}
    }
    
    func tweakRollingUpdatePartition(partition int32) statefulSetTweak {
    	return func(ss *apps.StatefulSet) {
    		if ss.Spec.UpdateStrategy.RollingUpdate == nil {
    			ss.Spec.UpdateStrategy.RollingUpdate = &apps.RollingUpdateStatefulSetStrategy{}
    		}
    		ss.Spec.UpdateStrategy.RollingUpdate.Partition = partition
    	}
    }
    
    func tweakMaxUnavailable(mu intstr.IntOrString) statefulSetTweak {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/apps/v1beta1/generated.pb.go

    			if err != nil {
    				return 0, err
    			}
    			i -= size
    			i = encodeVarintGenerated(dAtA, i, uint64(size))
    		}
    		i--
    		dAtA[i] = 0x12
    	}
    	if m.Partition != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.Partition))
    		i--
    		dAtA[i] = 0x8
    	}
    	return len(dAtA) - i, nil
    }
    
    func (m *Scale) Marshal() (dAtA []byte, err error) {
    	size := m.Size()
    	dAtA = make([]byte, size)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  6. cmd/admin-handlers.go

    			anonymizeAddr(&localPartitions)
    			healthInfo.Sys.Partitions = append(healthInfo.Sys.Partitions, localPartitions)
    
    			peerPartitions := globalNotificationSys.GetPartitions(healthCtx)
    			for _, p := range peerPartitions {
    				anonymizeAddr(&p)
    				healthInfo.Sys.Partitions = append(healthInfo.Sys.Partitions, p)
    			}
    			partialWrite(healthInfo)
    		}
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "string"
            },
            "partition": {
              "description": "The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty).",
              "format": "int32",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/apps/v1/generated.pb.go

    			if err != nil {
    				return 0, err
    			}
    			i -= size
    			i = encodeVarintGenerated(dAtA, i, uint64(size))
    		}
    		i--
    		dAtA[i] = 0x12
    	}
    	if m.Partition != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.Partition))
    		i--
    		dAtA[i] = 0x8
    	}
    	return len(dAtA) - i, nil
    }
    
    func (m *StatefulSet) Marshal() (dAtA []byte, err error) {
    	size := m.Size()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 217.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/apps/v1beta2/generated.pb.go

    			if err != nil {
    				return 0, err
    			}
    			i -= size
    			i = encodeVarintGenerated(dAtA, i, uint64(size))
    		}
    		i--
    		dAtA[i] = 0x12
    	}
    	if m.Partition != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.Partition))
    		i--
    		dAtA[i] = 0x8
    	}
    	return len(dAtA) - i, nil
    }
    
    func (m *Scale) Marshal() (dAtA []byte, err error) {
    	size := m.Size()
    	dAtA = make([]byte, size)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__storage.k8s.io__v1alpha1_openapi.json

    react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 117.5K bytes
    - Viewed (0)
Back to top