Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ops_blocklist_flag_ (0.46 sec)

  1. tensorflow/compiler/mlir/lite/transforms/quantize.cc

      quant_specs.weight_quantization = enable_dynamic_range_quantization_;
      quant_specs.weight_only_quantization = enable_weight_only_quantization_;
      if (!ops_blocklist_flag_.empty()) {
        quant_specs.ops_blocklist = absl::flat_hash_set<std::string>(
            ops_blocklist_flag_.begin(), ops_blocklist_flag_.end());
      }
    
      if (!nodes_blocklist_flag_.empty()) {
        quant_specs.nodes_blocklist = absl::flat_hash_set<std::string>(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/passes.td

          Option<"enable_legacy_quantize_", "legacy-quantize",
                 "bool", "false",
                 "Use legacy quantize mode in test. Valid when `-legacy-quantize` is set.">,
          ListOption<"ops_blocklist_flag_", "ops-blocklist",
                 "std::string", "Names of ops to blocklist from quantization">,
          ListOption<"nodes_blocklist_flag_", "locs-blocklist",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 22.6K bytes
    - Viewed (0)
Back to top