【发布时间】:2018-03-21 16:40:37
【问题描述】:
graph_transform 工具和toco转换器在图转换上有什么区别
图形变换工具:https://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools/graph_transforms
托科: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/lite/toco/
我了解 toco 也将运算符转换为 tf lite。但我经常遇到“不支持的操作”问题。所以,我想知道我是否只能进行图形转换。为此,我应该使用哪个工具?
【问题讨论】:
标签: tensorflow