Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for run_calibration (0.34 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/py_function_lib.py

      # file.
      # LINT.IfChange(run_calibration)
      def run_calibration(
          self,
          saved_model_path: str,
          signature_keys: list[str],
          tags: set[str],
          force_graph_mode_calibration: bool,
          representative_dataset_file_map_serialized: dict[str, bytes],
      ) -> Optional[bool]:
        # LINT.ThenChange(py_function_lib.h:run_calibration)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 05:32:11 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/python/quantize_model.cc

        py_function_library.SaveExportedModel(
            calibration_saved_model_dir, calibration_exported_model,
            saved_model_path, tags, signature_def_map);
    
        py_function_library.RunCalibration(
            calibration_saved_model_dir, signature_keys, tags,
            quantization_options.force_graph_mode_calibration(),
            representative_dataset_file_map_serialized);
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 23.8K bytes
    - Viewed (0)
Back to top