Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsWeight (3.24 sec)

  1. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_driver.cc

          // (post-training quantization) and it is weight (filter) and hasn't
          // been quantized, we infer the quantization parameters from the content.
          if (infer_tensor_range_ && IsWeight(constant_op) && !IsQuantized(op)) {
            // The quantization parameters are determined by the content of the
            // constant.
            changed |= SetConstantResultParams(op);
          }
          continue;
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 38.1K bytes
    - Viewed (0)
Back to top