Skip to content

Commit

Permalink
add back fp32_time in test
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhliu committed Sep 20, 2019
1 parent e99e3d3 commit b9efee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topi/recipe/conv/test_conv_int8_arm.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def run_inference(data_dtype, kernel_dtype, out_dtype, im_height, im_width, in_f
LOGGER.info("Workload, Kernel_size, FP32_time, INT8_time, Speedup")
SPEEDUP_ARRAY = []
for i, wkl in enumerate(WORKLOADS):
# fp32_time = run_inference('float32', 'float32', 'float32', *wkl)
fp32_time = run_inference('float32', 'float32', 'float32', *wkl)
int8_time = run_inference('uint8', 'uint8', 'uint32', *wkl)
kernel_h = wkl[4]
kernel_w = wkl[5]
Expand Down

0 comments on commit b9efee1

Please sign in to comment.