Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for debug_quant (0.09 sec)

  1. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_utils.h

    // connect to, and it also prevents these ops from being copied again.
    inline constexpr char kDebugModeOpFloatAttrName[] = "debug_float";
    inline constexpr char kDebugModeOpQuantAttrName[] = "debug_quant";
    
    // Used to annotate custom ops if they are quantizable.
    inline constexpr char kQuantTraitAttrName[] = "_tfl_quant_trait";
    enum QuantizationTrait { FullyQuantizable = 0, NotQuantizable = 1 };
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 41.7K bytes
    - Viewed (0)
Back to top