Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for qdq (0.11 sec)

  1. tensorflow/compiler/mlir/lite/tests/prepare-quantize.mlir

      %1 = "tfl.logistic"(%0) : (tensor<1x6x6x16xf32>) -> tensor<1x6x6x16xf32>
      func.return %1 : tensor<1x6x6x16xf32>
    
    // QDQ: %0 = "tfl.dequantize"(%arg0)
    // QDQ: %1 = "tfl.logistic"(%0) : (tensor<1x6x6x16xf32>) -> tensor<1x6x6x16xf32>
    // QDQ-NOT:"tfl.quantize"
    // QDQ: return %1 : tensor<1x6x6x16xf32>
    }
    
    // QDQ-LABEL: QDQNoQuantizeSoftmax
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 67.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

        return "quant-quantize-composite-functions";
      }
    
      StringRef getDescription() const final {
        // This is a brief description of the pass.
        return "Quantize composite functions with QDQ input/outputs.";
      }
    
      void getDependentDialects(DialectRegistry& registry) const override {
        registry.insert<TF::TensorFlowDialect, quant::QuantizationDialect,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
Back to top