Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for QuantParamsEntry (0.21 sec)

  1. tensorflow/compiler/mlir/lite/quantization/import_quant_stats_pass.cc

      // The `int` in the following two containers are to specify the result index
      // of the given op. -1 indicates all the floating-point results.
      llvm::StringMap<std::pair<int, const QuantParamsEntry>> name_to_info_;
      llvm::StringMap<std::pair<int, const QuantParamsEntry>> regex_to_info_;
    };
    }  // namespace
    
    bool ImportQuantStatsPass::ParseQuantStats(const std::string &stats_str) {
      QuantizationInfo quant_stats;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 08 10:41:08 UTC 2024
    - 9.9K bytes
    - Viewed (0)
Back to top