Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for QuantizationComponent (0.17 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/utils/fill_quantization_options.cc

    using ::stablehlo::quantization::PresetQuantizationMethod;
    using ::stablehlo::quantization::QuantizationComponentSpec;
    using ::stablehlo::quantization::QuantizationOptions;
    using QuantizationComponent =
        ::stablehlo::quantization::QuantizationComponentSpec_QuantizationComponent;
    using BitType = ::stablehlo::quantization::QuantizationComponentSpec_BitType;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 08:32:43 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/quantization_options.proto

    // Defines tensor type of the component. If the combination is not supported,
    // an error will be raised.
    // NEXT ID: 3
    message QuantizationComponentSpec {
      // NEXT ID: 4
      enum QuantizationComponent {
        COMPONENT_UNSPECIFIED = 0;
        COMPONENT_ACTIVATION = 1;
        COMPONENT_WEIGHT = 2;
        COMPONENT_BIAS = 3;
      }
    
      // NEXT ID: 4
      enum TensorType {
        TENSORTYPE_UNSPECIFIED = 0;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 19 06:31:19 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top