I am using onnx file on mobile app. but I am wondering how to secure my onnx file on the app. Is there any way to secure onnx file on mobile app?
I have tried to encrypt onnx and and decrypt if model needed to use. but this method is not secure as well because it can decoded as correct onnx content before usage.