Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for add_representative_datasets (0.22 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/cc/config_test.cc

      RepresentativeDatasetConfig& top_level_dataset_config =
          *config.mutable_calibration_options()->add_representative_datasets();
      top_level_dataset_config.mutable_tf_record()->set_path("/test/path/1");
    
      RepresentativeDatasetConfig& preset_dataset_config =
          *config.mutable_static_range_ptq_preset()->add_representative_datasets();
      preset_dataset_config.mutable_tf_record()->set_path("/test/path/2");
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 06:59:34 UTC 2024
    - 12K bytes
    - Viewed (0)
Back to top