Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FixedResultUniformScale (0.83 sec)

  1. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_traits.h

    //           OpTrait::quant::FixedResultUniformScale<
    //               8, -128, 390625, -8, 0, 255, false>::Impl> {
    //
    // TODO(fengliuai): create a better way to express floating point scale in the
    // template argument list.
    template <unsigned BitWidth, int ZeroPoint, int ScaleMantissa, int ScaleExp,
              int64_t StorageTypeMin, int64_t StorageTypeMax, bool Sign>
    class FixedResultUniformScale {
     public:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 07:39:40 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/quantization/tools/op_quant_spec_getters_gen.cc

      llvm::Regex acc_uniform_trait_regex{"AccumulatorUniformScale<([0-9]*),"};
      llvm::Regex coeff_index_trait_regex{"AffineOpCoefficient<(-?[0-9]*),"};
      llvm::Regex fixed_uniform_trait_regex{
          "FixedResultUniformScale<([0-9]+).*(true|false)>"};
      emitSourceFileHeader("Generated Ops Quant Spec Getters", os);
    
      // Retrieve all the definitions derived from Op definition and sort by record
      // name.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 15 11:18:44 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top