Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetQuantizationConfigForStaticRangePtq (0.23 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/quantize_model.cc

            absl::StrCat("Failed to export debugging model: ",
                         exported_model.status().message()));
      }
    
      return *exported_model;
    }
    
    QuantizationConfig GetQuantizationConfigForStaticRangePtq(
        const QuantizationOptions &quantization_options) {
      QuantizationConfig quantization_config{};
      // TODO: b/331302857 - Remove `enable_per_channel_quantized_weight` usage.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 23.8K bytes
    - Viewed (0)
Back to top