Consider adding a field for Inference TFLOP/s

#2
by andrewlavin - opened

Consider adding a field for Inference TFLOP/s.

The formula is: TFLOP/s = infer_samples_per_sec * infer_gmacs * 2 / 100

TFLOP/s shows the software performance of the given model. It will be illuminating to compare TFLOP/s versus infer_gmacs and infer_macts for different models.

See the implementation in PR #1.

Sign up or log in to comment