Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for restricted_output_params (0.2 sec)

  1. tensorflow/compiler/mlir/lite/quantization/tools/op_quant_spec_getters_gen.cc

            if (fixed_uniform_trait_regex.match(trait_str, &matches)) {
              OUT(4) << "for (int i = 0, e = op->getNumResults(); i != e; ++i)\n";
              OUT(6) << "spec->restricted_output_params[std::make_pair("
                     << matches[1] << ", " << matches[2]
                     << ")].push_back(tfl.::mlir::OpTrait::quant::" << trait_str
                     << "<" << op.getQualCppClassName()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 15 11:18:44 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_utils.h

      // "hard-coded" parameters and should be used unconditionally for the
      // quantized op. This vector is empty if the op doesn't have value restricted
      // outputs.
      llvm::DenseMap<SignedInteger, QuantParamsForResults> restricted_output_params;
    
      // Coefficient operand index and whether supporting per-channel quantization.
      // For QAT, this information is carried by the FakeQuant*/Quantize/Dequantize
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 41.7K bytes
    - Viewed (0)
Back to top