Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/lite/python/tf_tfl_flatbuffer_helpers.cc

        }
        // Currently, only UINT8 and INT8 require inputs stats
        if (inference_type == DT_QINT8 || inference_type == DT_QUINT8) {
          if (flag.has_mean_value() && flag.has_std_value()) {
            TF_ASSIGN_OR_RETURN(
                auto min_max, InputStatsToMinMax(flag.mean_value(),
                                                 flag.std_value(), inference_type));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:39:37 UTC 2024
    - 17.3K bytes
    - Viewed (0)
Back to top