Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for run_calibration (0.14 sec)

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

        TF_ASSIGN_OR_RETURN(
            const auto representative_dataset_file_map,
            CreateRepresentativeDatasetFileMap(dataset_config_vector));
    
        // Run calibration on the exported model.
        if (py_function_lib_->RunCalibration(
                calibration_saved_model_dir, signature_keys_, tags_,
                /*force_graph_mode_calibration=*/true,
                representative_dataset_file_map) == std::nullopt) {
          return absl::InternalError(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top