简体   繁体   English

Tensorflow对android API 15的支持

[英]Tensorflow support for android API 15

Does tensorflow have support for android API 15? tensorflow是否支持android API 15?

Here is a link to tensorflow android demo: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/examples/android 这是张量流android演示的链接: https : //github.com/tensorflow/tensorflow/tree/master/tensorflow/examples/android

It says: A device running Android 5.0 (API 21) or higher is required to run the demo due to the use of the camera2 API, although the native libraries themselves can run on API >= 14 devices. 它说:由于使用了camera2 API,因此需要运行Android 5.0(API 21)或更高版本的设备来运行演示,尽管本机库本身可以在API == 14设备上运行。

What does this mean? 这是什么意思?

如果要使用camera2 API,则需要android 5.0(API 21)或更高版本,但如果不是,则等于或高于API 14的任何东西都应该起作用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM