Can Anyone tell me how I can include tensorflow framework inside yocto image imx-4.9.51-8qm_beta2_ml?
Is there any yocto recipe available for tensorflow integration?
I know that we can run tensorflow trained model using opencv dnn module.
But I want to integrate tensorflow in yocto image so that I can use different tensorflow API like "saved_model_cli" etc and create a test application using framework.
Thank you in advance.