Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConvertFakeQuantToQdqPass (0.38 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/convert_fake_quant_to_qdq.cc

    #include "tensorflow/compiler/mlir/tensorflow/ir/tf_dialect.h"
    
    namespace mlir {
    namespace quant {
    namespace {
    
    class ConvertFakeQuantToQdqPass
        : public PassWrapper<ConvertFakeQuantToQdqPass,
                             OperationPass<func::FuncOp>> {
     public:
      MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(ConvertFakeQuantToQdqPass)
    
      StringRef getArgument() const final {
        // This is the argument used to refer to the pass in
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 15 00:56:15 UTC 2023
    - 2.8K bytes
    - Viewed (0)
Back to top