How to train tensor flow network using JNI on Android?

Tensorflow is designed for compatibility with mobile devices, and there is an example Android application using the tensor. But in the source code, I could not find the functions associated with the neural network. And in tensorflow C ++ API, I could not find an API for training the network?

Am I too careless to find them, or is there some other way to achieve this?

Thank.

+4
source share
1 answer

Android is not intended to teach Tensorflow. Currently, in a published (one and only "initial") demo, you can use it for output.

Arm, TF , ( ), JNI ++ api.

"TF-" RPC. , , . . : - Tensorflow Cloud

0

Source: https://habr.com/ru/post/1658054/


All Articles