Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for UniformRequantize (0.17 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/bridge/legalize_tf_quant_test.cc

            quantization_axis = -1 : i64, quantization_min_val = -128 : i64, quantization_max_val = 127 : i64
          } : (tensor<1xf32>, tensor<f32>, tensor<i32>) -> tensor<1x!tf_type.qint8>
          %1 = "tf.UniformDequantize"(%0, %scales, %zps) {
            quantization_axis = -1 : i64, quantization_min_val = -128 : i64, quantization_max_val = 127 : i64
          } : (tensor<1x!tf_type.qint8>, tensor<f32>, tensor<i32>) -> tensor<1xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 29 18:43:55 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/tests/bridge/convert_tf_quant_ops_to_mhlo.mlir

            tensor<3x2x!tf_type.qint32>, tensor<2x!tf_type.qint32>,
            tensor<f32>, tensor<i32>,
            tensor<f32>, tensor<i32>,
            tensor<f32>, tensor<i32>) -> tensor<3x2x!tf_type.qint32>
      %2 = "tf.UniformDequantize"(%1, %output_scales, %output_zps) {
        quantization_axis = -1 : i64, quantization_min_val = -2147483648 : i64, quantization_max_val = 2147483647 : i64
      } : (tensor<3x2x!tf_type.qint32>, tensor<f32>, tensor<i32>) -> tensor<3x2xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      TF_DerivedResultShapeListAttr output_shapes = TF_DerivedResultShapeListAttr<0>;
      TF_DerivedResultTypeListAttr output_types = TF_DerivedResultTypeListAttr<0>;
    }
    
    def TF_UniformDequantizeOp : TF_Op<"UniformDequantize", [Pure]> {
      let summary = "Perform dequantization on the quantized Tensor `input`.";
    
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top