The current project I'm working on needs the ability for me to encrypt frozen .pb files and decrypt back within the app to run for inference . I came across this small library called TFSecured which allows exactly that: https://github.com/dneprDroid/TFSecured
Does anyone know how to go about integrating the TFSecured library to work with Cppflow?