Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for enable_legacy_weight_only (0.26 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

          const bool enable_per_channel_quantization,
          const int min_num_elements_for_weights,
          const bool enable_legacy_weight_only,
          std::optional<const std::string> mlir_dump_file_name)
          : enable_legacy_weight_only_(enable_legacy_weight_only),
            min_num_elements_for_weights_(min_num_elements_for_weights),
            mlir_dump_file_name_(std::move(mlir_dump_file_name)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
Back to top