Skip to content

Check what licenses files to be included in Android and iOS App #827

@freedomtan

Description

@freedomtan
  • Open source third party libraries

    • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions