Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OpCountItem (0.29 sec)

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

    class QuantizationSummary {
     public:
      explicit QuantizationSummary(ModuleOp module)
          : module_(module), symbol_table_(module) {}
    
      void Print() {
        llvm::StringMap<OpCountItem> func_count_map;
        int32_t total_quantized_func_count = 0, float_output_func_count = 0,
                quantize_func_count = 0, dequantize_func_count = 0,
                weight_only_count = 0;
    
    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