Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for requantize (0.16 sec)

  1. RELEASE.md

        supported. The following ops are not currently implemented: Dequantize,
        QuantizeAndDequantize, QuantizedAvgPool,
        QuantizedBatchNomWithGlobalNormalization, QuantizedBiasAdd, QuantizedConcat,
        QuantizedConv2D, QuantizedMatmul, QuantizedMaxPool,
        QuantizeDownAndShrinkRange, QuantizedRelu, QuantizedRelu6, QuantizedReshape,
        QuantizeV2, RequantizationRange, and Requantize.
    *   Go: Experimental API in Go to create and execute graphs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Quantizes then dequantizes a tensor.";
    
      let description = [{
    This is almost identical to QuantizeAndDequantizeV2, except that it returns a
    gradient of 1 for inputs that are within the quantization range, or 0 otherwise.
      }];
    
      let arguments = (ins
        Arg<TF_FloatTensor, [{Tensor to quantize and then dequantize.}]>:$input,
    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