Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for ReadStatistics (0.13 sec)

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

    using CalibrationStatisticsFlatMap =
        absl::flat_hash_map<std::string, CalibrationStatistics>;
    
    }  // namespace
    
    // Reads the calibration statistics from the given directory.
    absl::StatusOr<CalibrationStatisticsFlatMap> ReadStatistics(
        absl::string_view calibration_data_dir) {
      TF_ASSIGN_OR_RETURN(std::vector<std::string> statistics_files,
                          io::ListDirectory(calibration_data_dir));
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/cc/calibration/statistics.h

    namespace stablehlo::quantization {
    
    // Reads the calibration statistics from the given directory.
    absl::StatusOr<absl::flat_hash_map<
        std::string, tensorflow::calibrator::CalibrationStatistics>>
    ReadStatistics(absl::string_view calibration_data_dir);
    
    // Adds calibrated min / max values to CustomAggregator nodes in `graph_def`.
    // The min and max values will be added to the "min" and "max" attributes,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/stablehlo/cc/calibration/component.cc

    using ::stablehlo::quantization::DisableDebugging;
    using ::stablehlo::quantization::IsCalibrationRequired;
    using ::stablehlo::quantization::QuantizationConfig;
    using ::stablehlo::quantization::ReadStatistics;
    using ::stablehlo::quantization::RepresentativeDatasetConfig;
    using ::stablehlo::quantization::io::CreateTmpDir;
    using ::stablehlo::quantization::io::GetLocalTmpFileName;
    using ::stablehlo::quantization::io::ListDirectory;
    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