You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TensorFlow: we use TFLite (the default fallback runtime) and some TensorFlow components (for preprocessing and evaluation). Is TensorFlow Apache 2.0 enough? Seems not
Android NDK: we use libc++ which are from LLVM?
Other libraries:
Vendors binaries SDK:
SNPE: do we need other licenses from SNPE, I am told SNPE uses some open-source libraries with different terms and licences. And there are licences collected in a NOTICE.txt
Samsung: ??
How do others do? It seems mainly there are two type:
we use TensorFlow, so we only include TensorFlow Apache 2.0 license.
we use TensorFlow, so we include all the other licenses of 3rd-party libs which might be used. E.g., Eigen is used by TFLite, so Mozilla Public License 2.0 is included.
The text was updated successfully, but these errors were encountered:
Open source third party libraries
Vendors binaries SDK:
NOTICE.txt
How do others do? It seems mainly there are two type:
The text was updated successfully, but these errors were encountered: