Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for total_ops_ (0.1 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/op_stat_pass.cc

      }
      int non_converted_ops = total_ops_ - converted_ops;
      float percentage =
          (static_cast<float>(non_converted_ops) / static_cast<float>(total_ops_)) *
          100.0;
      // Non-Converted Ops: 25, Total Ops 100, % non-converted = 25%
      *os_ << absl::StrFormat(
          "\n * Non-Converted Ops: %d, Total Ops %d, %% non-converted = %.2f %%",
          non_converted_ops, total_ops_, percentage);
    
      *os_ << "\n * ";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top