Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReadBinaryProto (1.46 sec)

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

      CalibrationStatisticsFlatMap statistics_map;
      for (const std::string& statistics_file : statistics_files) {
        TF_ASSIGN_OR_RETURN(
            const auto single_map,
            io::ReadBinaryProto<CalibrationStatisticsMap>(
                tsl::io::JoinPath(calibration_data_dir, statistics_file)));
        statistics_map.insert(single_map.statistics().begin(),
                              single_map.statistics().end());
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top