Developer preview of TensorFlow Lite
21–30 of 80 posts
Re: Developer preview of TensorFlow Lite
#22Is it possible that a future version may be able to leverage CoreML on iOS?
Re: Developer preview of TensorFlow Lite
#23Is it possible that a future version may be able to leverage CoreML on iOS?
Re: Developer preview of TensorFlow Lite
#24Re: Developer preview of TensorFlow Lite
#25Re: Developer preview of TensorFlow Lite
#26TensorFlow Lite is TensorFlow’s lightweight solution for mobile and embedded devices! TensorFlow has always run on many platforms, from racks of servers to tiny devices, but as the adoption of machine learning models has grown over the last few years, so has the need to deploy them on mobile and embedded devices. TensorFlow Lite enables low-latency inference of on-device machine learning models. Looking forward to yo…
What about using XLA to compile libraries for mobile deployment fusing only the operations needed by the model?
Re: Developer preview of TensorFlow Lite
#27TensorFlow Lite is TensorFlow’s lightweight solution for mobile and embedded devices! TensorFlow has always run on many platforms, from racks of servers to tiny devices, but as the adoption of machine learning models has grown over the last few years, so has the need to deploy them on mobile and embedded devices. TensorFlow Lite enables low-latency inference of on-device machine learning models. Looking forward to yo…
Will this leverage the Pixel Visual Core SoC on a Pixel 2 device?
Re: Developer preview of TensorFlow Lite
#28Would that be a viable option to deploy TensorFlow models on serverless environments (Lambda, Functions)?
Re: Developer preview of TensorFlow Lite
#29How would this differ from uTensor? Did they make uTensor redundant? https://github.com/neil-tan/uTensor
Re: Developer preview of TensorFlow Lite
#30Why would I use this for iOS when I can use CoreML and convert TensorFlow into a CoreML model where there is already native support?
https://developer.apple.com/documentation/coreml/converting_...