cppflow
cppflow copied to clipboard
WIP: Cppflow2 savedmodel
This PR implements the experimental SavedModel API in TF v2. As of writing, libtensorflow must be built manually from master (v2.4 development) branch with instructions in #50 if one wants to test.
Since the new TF SavedModel API is still experimental and under heavy development, this PR is mainly for collecting feedback and not ready to be merged at this time.
Any comments and suggestions are welcome.
Nice work :+1:
This is not required anymore, saved model is supported in the TF C API