【发布时间】:2018-12-17 23:00:23
【问题描述】:
当我查看 Tensorflow Lite 时,我发现自定义操作将导出为“弹性操作”而不是原生操作。 我不明白什么是“flex op”,什么是“native”。谢谢!
与我的问题相关的代码在https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/toco/tflite/export.cc#L368
【问题讨论】:
标签: tensorflow tensorflow-lite