Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/quantization/stablehlo/cc/config.cc

                  .calibration_parameters()
                  .num_bins() == 0) {
            quant_config.mutable_calibration_options()
                ->mutable_calibration_parameters()
                ->set_num_bins(512);
          }
          if (quant_config.calibration_options().calibration_method() ==
              CalibrationOptions::CALIBRATION_METHOD_HISTOGRAM_PERCENTILE) {
            if (quant_config.calibration_options()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  2. hack/ginkgo-e2e.sh

        )
    fi
    
    if [[ -n "${NODE_INSTANCE_PREFIX:-}" ]]; then
      NODE_INSTANCE_GROUP="${NODE_INSTANCE_PREFIX}-group"
    fi
    
    if [[ "${KUBERNETES_PROVIDER}" == "gce" ]]; then
      set_num_migs
      NODE_INSTANCE_GROUP=""
      for ((i=1; i<=NUM_MIGS; i++)); do
        if [[ ${i} == "${NUM_MIGS}" ]]; then
          # We are assigning the same mig names as create-nodes function from cluster/gce/util.sh.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 13:25:50 UTC 2024
    - 8.6K bytes
    - Viewed (0)
Back to top