【发布时间】:2021-09-29 23:16:31
【问题描述】:
我使用了 TensorFlow Lite 基准测试应用,我得到了以下结果:
E tflite : Average inference timings in us: Warmup: 119501, Init: 3556, Inference: 135968, Overall max resident set size = 32.0469 MB, total malloc-ed size = 0 MB, in-use allocated/mmapped size = 13.3229 MB
我想知道这些值是什么意思:Warmup、Init、Inference、Overall max resident set size、malloc 的总大小和使用中的分配/映射大小。
我没有在文档中找到它。
【问题讨论】:
标签: tensorflow tensorflow-lite