Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for set_quantization_component (0.24 sec)

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

      // Initialize for tests.
      void initializeForTest() {
        if (!test_mode_) return;
    
        tensorflow::quantization::QuantizationComponentSpec quant_spec;
        quant_spec.set_quantization_component(
            tensorflow::quantization::QuantizationComponentSpec::COMPONENT_WEIGHT);
        quant_spec.set_tensor_type(
            tensorflow::quantization::QuantizationComponentSpec::TENSORTYPE_INT_8);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 07:39:40 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/passes/lift_quantizable_spots_as_functions.cc

                QuantizationComponentSpec* new_spec =
                    quant_options_.mutable_quantization_method()
                        ->add_quantization_component_specs();
                new_spec->set_quantization_component(component);
                new_spec->set_tensor_type(type);
              };
    
          add_new_spec(QuantizationComponentSpec::COMPONENT_ACTIVATION,
                       QuantizationComponentSpec::TENSORTYPE_INT_8);
    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