Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

                     << matches[1] << ", " << matches[2]
                     << ")].push_back(tfl.::mlir::OpTrait::quant::" << trait_str
                     << "<" << op.getQualCppClassName()
                     << ">::GetResultQuantizedType(i));\n";
              matches.clear();
            }
            // There is a "AccumulatorUniformScale" trait, set the type for bias.
            if (acc_uniform_trait_regex.match(trait_str, &matches)) {
    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_traits.h

                                  BitWidth, ZeroPoint, ScaleMantissa, ScaleExp,
                                  StorageTypeMin, StorageTypeMax, Sign>::Impl> {
       public:
        QuantizedType GetResultQuantizedType(int index) {
          auto op = this->getOperation();
          const auto result_type =
              op->getResult(index).getType().template cast<ShapedType>();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 07:39:40 UTC 2024
    - 5.8K bytes
    - Viewed (0)
Back to top