Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 264 for scaleTo (0.14 sec)

  1. staging/src/k8s.io/api/core/v1/types.go

    	// +optional
    	PortworxVolume *PortworxVolumeSource `json:"portworxVolume,omitempty" protobuf:"bytes,24,opt,name=portworxVolume"`
    	// scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
    	// +optional
    	ScaleIO *ScaleIOVolumeSource `json:"scaleIO,omitempty" protobuf:"bytes,25,opt,name=scaleIO"`
    	// storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  2. docs/pl/docs/tutorial/first-steps.md

    ```Python hl_lines="3"
    {!../../../docs_src/first_steps/tutorial001.py!}
    ```
    
    Zmienna `app` będzie tutaj "instancją" klasy `FastAPI`.
    
    Będzie to główny punkt interakcji przy tworzeniu całego interfejsu API.
    
    Ta zmienna `app` jest tą samą zmienną, do której odnosi się `uvicorn` w poleceniu:
    
    <div class="termy">
    
    ```console
    $ uvicorn main:app --reload
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    MIN_COMBINED, a small bias is introduced where repeated iterations of quantizing
    and dequantizing will introduce a larger and larger error.
    
    *SCALED mode Example*
    
    `SCALED` mode matches the quantization approach used in
    `QuantizeAndDequantize{V2|V3}`.
    
    If the mode is `SCALED`, the quantization is performed by multiplying each
    input value by a scaling_factor.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. src/math/big/natdiv.go

    always count the number of leading zeros i in the first digit of v and then
    shift both u and v left by i bits.
    
    Having scaled u and v, the value ⌊u/v⌋ is unchanged, but the remainder will
    be scaled: 172 mod 19 is 1, but 516 mod 57 is 3. We have to divide the remainder
    by the scaling factor (shifting right i bits) when we finish.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 17:02:38 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  5. src/math/rand/v2/rand_test.go

    	//fmt.Printf("testing nsamples=%v mean=%v stddev=%v seed=%v\n", nsamples, mean, stddev, seed);
    
    	samples := generateNormalSamples(nsamples, mean, stddev, seed)
    	errorScale := max(1.0, stddev) // Error scales with stddev
    	expected := &statsResults{mean, stddev, 0.10 * errorScale, 0.08 * errorScale}
    
    	// Make sure that the entire set matches the expected distribution.
    	checkSampleDistribution(t, samples, expected)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  6. pkg/apis/core/v1/defaults_test.go

    		".Spec.Volumes[0].VolumeSource.RBD.RadosUser":                                                 `"admin"`,
    		".Spec.Volumes[0].VolumeSource.ScaleIO.FSType":                                                `"xfs"`,
    		".Spec.Volumes[0].VolumeSource.ScaleIO.StorageMode":                                           `"ThinProvisioned"`,
    		".Spec.Volumes[0].VolumeSource.Secret.DefaultMode":                                            `420`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.json

                },
                "portworxVolume": {
                  "volumeID": "volumeIDValue",
                  "fsType": "fsTypeValue",
                  "readOnly": true
                },
                "scaleIO": {
                  "gateway": "gatewayValue",
                  "system": "systemValue",
                  "secretRef": {
                    "name": "nameValue"
                  },
                  "sslEnabled": true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.yaml

              monitors:
              - monitorsValue
              pool: poolValue
              readOnly: true
              secretRef:
                name: nameValue
              user: userValue
            scaleIO:
              fsType: fsTypeValue
              gateway: gatewayValue
              protectionDomain: protectionDomainValue
              readOnly: true
              secretRef:
                name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.json

                },
                "portworxVolume": {
                  "volumeID": "volumeIDValue",
                  "fsType": "fsTypeValue",
                  "readOnly": true
                },
                "scaleIO": {
                  "gateway": "gatewayValue",
                  "system": "systemValue",
                  "secretRef": {
                    "name": "nameValue"
                  },
                  "sslEnabled": true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.yaml

              monitors:
              - monitorsValue
              pool: poolValue
              readOnly: true
              secretRef:
                name: nameValue
              user: userValue
            scaleIO:
              fsType: fsTypeValue
              gateway: gatewayValue
              protectionDomain: protectionDomainValue
              readOnly: true
              secretRef:
                name: nameValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
Back to top