I used tfprof to profile a machine learning algorithm. This is sample output: ==================Model Analysis Report====================== node name | # float_ops _TFProfRoot (--/3163.86b flops) InceptionResnetV2/InceptionResnetV2/Mixed_6a/Branch_1/Conv2d_0b_3x3/convolution (173.41b/173.41b flops) InceptionResnetV2/InceptionResnetV2/Conv2d_4a_3x3/convolution (167.25b/167.25b flops)
Here, in '167.25b/167.25b flops', what does the second 167.25b denote? Is it theoretical flops?