Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allow_bfloat16 (0.12 sec)

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

      // TODO(b/195945955): Add e2e test for this.
      if (toco_flags.quantize_to_float16() || toco_flags.allow_bfloat16()) {
        ReducedPrecisionSupport mask = ReducedPrecisionSupport::None;
        if (toco_flags.quantize_to_float16()) {
          mask |= ReducedPrecisionSupport::Float16Inference;
        }
        if (toco_flags.allow_bfloat16()) {
          mask |= ReducedPrecisionSupport::Bfloat16Inference;
        }
    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