aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/experimental
diff options
context:
space:
mode:
authorGravatar Jared Duke <jdduke@google.com>2018-08-01 16:27:16 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-01 16:31:31 -0700
commitaf59e29ac19b3b377ba8031621e4bcbfb68d80cb (patch)
tree6090c9f8487ea2e85437e68fffd9648156f811d9 /tensorflow/contrib/lite/experimental
parent3986b066d475796b03e6002efb942cb4fd35994d (diff)
Fix darwin_x86_64 TFLite builds
The Unity TFLite plugin should now run successfully on Mac, though it might require renaming `libtensorflowlite_c.so` to `tensorflowlite_c.bundle` in the Plugins folder. PiperOrigin-RevId: 207014537
Diffstat (limited to 'tensorflow/contrib/lite/experimental')
-rw-r--r--tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/README.md b/tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/README.md
index 0b3813fccb..c0dcb090b4 100644
--- a/tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/README.md
+++ b/tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/README.md
@@ -22,3 +22,6 @@ bazel build -c opt --cxxopt=--std=c++11 \
--cpu=armeabi-v7a \
//tensorflow/contrib/lite/experimental/c:libtensorflowlite_c.so
```
+
+If you encounter issues with native plugin discovery on Mac ("Darwin")
+platforms, try renaming `libtensorflowlite_c.so` to `tensorflowlite_c.bundle`.