Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for set_bit_type (0.1 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/tests/fill_quantization_options_test.cc

      weight_component.set_bit_width(QuantizationComponentSpec::BIT_WIDTH_16);
      weight_component.set_bit_type(QuantizationComponentSpec::BIT_TYPE_FLOAT);
      bias_component.set_quantization_component(
          QuantizationComponentSpec::COMPONENT_BIAS);
      bias_component.set_bit_width(QuantizationComponentSpec::BIT_WIDTH_16);
      bias_component.set_bit_type(QuantizationComponentSpec::BIT_TYPE_FLOAT);
    
      FillPresetQuantizationOptionsTestHelper(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 09:05:02 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/utils/fill_quantization_options.cc

                                      const BitType bit_type,
                                      const BitWidth bit_width) {
      spec->set_quantization_component(component);
      spec->set_bit_type(bit_type);
      spec->set_bit_width(bit_width);
    }
    
    ::stablehlo::quantization::QuantizationOptions FillPresetQuantizationOptions(
        ::stablehlo::quantization::QuantizationOptions quantization_options_) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 08:32:43 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top