Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for quantize (0.17 sec)

  1. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      %cst_0 = arith.constant dense<[1.0, 2.0, 3.0]> : tensor<3xf32>
      %w = arith.constant dense<2.0> : tensor<3x3x3x3xf32>
      %q = "tfl.quantize"(%w) {qtype = tensor<3x3x3x3x!quant.uniform<i8<-127:127>:f32:0,{1.0,2.0,3.0}>>} : (tensor<3x3x3x3xf32>) -> tensor<3x3x3x3x!quant.uniform<i8<-127:127>:f32:0,{1.0,2.0,3.0}>>
      %dq = "tfl.dequantize"(%q) : (tensor<3x3x3x3x!quant.uniform<i8<-127:127>:f32:0,{1.0,2.0,3.0}>>) -> tensor<3x3x3x3xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    		[6]*argField{ap_ImmSigned_11_15, ap_FPReg_6_10, ap_FPReg_16_20, ap_ImmUnsigned_21_22}},
    	{DQUAICC, 0xfc0001ff00000000, 0xec00008700000000, 0x0, // DFP Quantize Immediate Z23-form (dquai. TE,FRT,FRB,RMC)
    		[6]*argField{ap_ImmSigned_11_15, ap_FPReg_6_10, ap_FPReg_16_20, ap_ImmUnsigned_21_22}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation.go

    		}
    		limitTypeSet[limit.Type] = true
    
    		keys := sets.Set[string]{}
    		min := map[string]resource.Quantity{}
    		max := map[string]resource.Quantity{}
    		defaults := map[string]resource.Quantity{}
    		defaultRequests := map[string]resource.Quantity{}
    		maxLimitRequestRatios := map[string]resource.Quantity{}
    
    		for k, q := range limit.Max {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Description: "targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue.",
    							Ref:         ref("k8s.io/apimachinery/pkg/api/resource.Quantity"),
    						},
    					},
    					"targetAverageValue": {
    						SchemaProps: spec.SchemaProps{
    							Description: "targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.proto

      map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> max = 2;
    
      // Min usage constraints on this kind by resource name.
      // +optional
      map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> min = 3;
    
      // Default resource requirement limit value by resource name if resource limit is omitted.
      // +optional
      map<string, .k8s.io.apimachinery.pkg.api.resource.Quantity> default = 4;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__batch__v1_openapi.json

            },
            "type": "object"
          },
          "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
    - 485.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      func.return %0 : tensor<4x1xf16>
    }
    
    // -----
    
    // CHECK-LABEL: func @max_qint
    // Regression test to ensure we don't crash getting the initial value for
    // tf.Max when using quantized integer types.
    func.func @max_qint(%arg0: tensor<4x8x!tf_type.qint8>) -> tensor<4x1x!tf_type.qint8> {
      %dimension = "tf.Const"() { value = dense<1> : tensor<1xi64> } : () -> tensor<1xi64>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    		`BoolValue:` + valueToStringGenerated(this.BoolValue) + `,`,
    		`StringValue:` + valueToStringGenerated(this.StringValue) + `,`,
    		`QuantityValue:` + strings.Replace(fmt.Sprintf("%v", this.QuantityValue), "Quantity", "resource.Quantity", 1) + `,`,
    		`IntValue:` + valueToStringGenerated(this.IntValue) + `,`,
    		`IntSliceValue:` + strings.Replace(this.IntSliceValue.String(), "NamedResourcesIntSlice", "NamedResourcesIntSlice", 1) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 261.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/types.go

    	// Name prefix for storage resource limits
    	ResourceAttachableVolumesPrefix = "attachable-volumes-"
    )
    
    // ResourceList is a set of (resource name, quantity) pairs.
    type ResourceList map[ResourceName]resource.Quantity
    
    // +genclient
    // +genclient:nonNamespaced
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    // +k8s:prerelease-lifecycle-gen:introduced=1.0
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  10. pkg/apis/core/v1/zz_generated.conversion.go

    func autoConvert_v1_EmptyDirVolumeSource_To_core_EmptyDirVolumeSource(in *v1.EmptyDirVolumeSource, out *core.EmptyDirVolumeSource, s conversion.Scope) error {
    	out.Medium = core.StorageMedium(in.Medium)
    	out.SizeLimit = (*resource.Quantity)(unsafe.Pointer(in.SizeLimit))
    	return nil
    }
    
    // Convert_v1_EmptyDirVolumeSource_To_core_EmptyDirVolumeSource is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
Back to top