Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for force_regenerate_calibration_data (0.73 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/cc/calibration/component.cc

        mlir::ModuleOp module_op, MLIRContext& ctx,
        absl::string_view calibration_data_dir,
        const bool force_regenerate_calibration_data) {
      // Disable DumpTensor ops when running calibration.
      DisableDebugging(module_op);
    
      std::vector<std::string> skipping_aggregator_ops;
      if (!force_regenerate_calibration_data) {
        TF_ASSIGN_OR_RETURN(const CalibrationStatisticsFlatMap statistics_map,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/cc/calibration/component.h

      absl::Status ExportToSavedModel(ModuleOp module_op,
                                      absl::string_view calibration_data_dir,
                                      bool force_regenerate_calibration_data,
                                      absl::string_view dst_saved_model_path);
    
      // Imports the SavedModel at `calibrated_saved_model_path` to `ModuleOp` after
      // running calibration.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 5.4K bytes
    - Viewed (0)
Back to top