2 "name": "TensorFlowLiteSwift",
3 "version": "0.0.1-nightly.20201006",
4 "authors": "Google Inc.",
8 "homepage": "https://github.com/tensorflow/tensorflow",
10 "git": "https://github.com/tensorflow/tensorflow.git",
11 "commit": "8a77ace2ac87df7a4bcadf0fe2943d02a6aeea9b"
13 "summary": "TensorFlow Lite for Swift",
14 "description": "TensorFlow Lite is TensorFlow's lightweight solution for Swift developers. It\nenables low-latency inference of on-device machine learning models with a\nsmall binary size and fast performance supporting hardware acceleration.",
18 "module_name": "TensorFlowLite",
19 "static_framework": true,
20 "default_subspecs": "Core",
26 "0.0.1-nightly.20201006"
29 "source_files": "tensorflow/lite/experimental/swift/Sources/*.swift",
30 "exclude_files": "tensorflow/lite/experimental/swift/Sources/{CoreML,Metal}Delegate.swift",
35 "source_files": "tensorflow/lite/experimental/swift/Tests/*.swift",
36 "exclude_files": "tensorflow/lite/experimental/swift/Tests/MetalDelegateTests.swift",
38 "tensorflow/lite/testdata/add.bin",
39 "tensorflow/lite/testdata/add_quantized.bin"
46 "source_files": "tensorflow/lite/experimental/swift/Sources/CoreMLDelegate.swift",
48 "TensorFlowLiteC/CoreML": [
49 "0.0.1-nightly.20201006"
51 "TensorFlowLiteSwift/Core": [
52 "0.0.1-nightly.20201006"
58 "source_files": "tensorflow/lite/experimental/swift/Sources/MetalDelegate.swift",
60 "TensorFlowLiteC/Metal": [
61 "0.0.1-nightly.20201006"
63 "TensorFlowLiteSwift/Core": [
64 "0.0.1-nightly.20201006"
71 "source_files": "tensorflow/lite/experimental/swift/Tests/{Interpreter,MetalDelegate}Tests.swift",
73 "tensorflow/lite/testdata/add.bin",
74 "tensorflow/lite/testdata/add_quantized.bin"