I have a program in network simulator 3, which is based on C++. I have another program in Python, which is training a neural network. I would like to call predict function of the Python (TensorFlow library) from C++, how can I do this?
Thanks in advance for your help