Files
tensorflow--tensorflow/tensorflow/lite/ios/TensorFlowLiteSelectTfOps.md
T
wehub-resource-sync 8a852e4b4e
cffconvert / validate (push) Has been skipped
License Check / license-check (push) Failing after 2s
chore: import upstream snapshot with attribution
2026-07-13 12:14:16 +08:00

749 B

TensorFlow Lite with Select TensorFlow ops

For enabling the Select TensorFlow ops for your TensorFlow Lite app, please add the TensorFlowLiteSelectTfOps pod to your Podfile, in addition to TensorFlowLiteSwift or TensorFlowLiteObjC pod, depending on your primary language.

After that, you should also force load the framework from your project. Add the following line to the Other Linker Flags under your project's Build Settings page.

-force_load "$(PROJECT_DIR)/Pods/TensorFlowLiteSelectTfOps/Frameworks/TensorFlowLiteSelectTfOps.framework/TensorFlowLiteSelectTfOps"

Please refer to the Select operators from TensorFlow guide for more details.