Tensorflow中的“ Flex Op”是什么意思?

时间:2018-12-17 23:00:23

标签: tensorflow tensorflow-lite

当我查看Tensorflow Lite时,发现自定义操作将导出为“ flex op”而不是本机。 我不明白什么是“弹性操作”,什么是“本地”。谢谢!

与我的问题相关的代码在https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/toco/tflite/export.cc#L368

1 个答案:

答案 0 :(得分:0)

在此处查看文档:{​​{3}}

这是一项实验性功能,它通过链接和运行TensorFlow内核来支持TensorFlow Lite不支持的TensorFlow op。

“ Flex”是“通过TensorFlow ops使用TensorFlow Lite”功能的内部代码名称。