Skip to content

Commit

Permalink
Remove unneeded options in Metal Delegate / iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
asus4 committed Jun 28, 2022
1 parent bb8e959 commit a7fdae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tflite.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def build_ios():
run_cmd('bazel build -c opt --config=ios_fat //tensorflow/lite/ios:TensorFlowLiteC_framework')
unzip('bazel-bin/tensorflow/lite/ios/TensorFlowLiteC_framework.zip', 'iOS')
# Metal Delegate
run_cmd('bazel build -c opt --config=ios_fat --cxxopt=--std=c++17 //tensorflow/lite/ios:TensorFlowLiteCMetal_framework')
run_cmd('bazel build -c opt --config=ios_fat //tensorflow/lite/ios:TensorFlowLiteCMetal_framework')
unzip('bazel-bin/tensorflow/lite/ios/TensorFlowLiteCMetal_framework.zip', 'iOS')
# CoreML Delegate
# run_cmd('bazel build -c opt --config=ios_fat //tensorflow/lite/ios:TensorFlowLiteCCoreML_framework')
Expand Down

0 comments on commit a7fdae8

Please sign in to comment.