Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for add_unit_wise_quantization_specs (0.41 sec)

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

        }
    
        if (quant_options_.unit_wise_quantization_specs().empty()) {
          // Opt-out a node named `test_opt_out`.
          UnitWiseQuantizationSpec* new_spec =
              quant_options_.add_unit_wise_quantization_specs();
          QuantizationUnit* new_unit = new_spec->add_unit();
          new_unit->set_node_name("test_opt_out");
          new_spec->mutable_quantization_method()->set_preset_method(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 10 04:07:09 UTC 2024
    - 16.4K bytes
    - Viewed (0)
Back to top