Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TransferQuantizationAttributes (0.16 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

        // Insert quantization related attribute if they exists. Quantization
        // attributes are generated in the prepare pass so the attr_map doesn't
        // contain the attribute names.
        // TransferQuantizationAttributes(rewriter, inner_op, attrs);
        std::string attr_map_str =
            inner_op.getAttrOfType<StringAttr>(kAttrMapAttribute).str();
        for (absl::string_view element_str : absl::StrSplit(attr_map_str, ',')) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
Back to top