cppflow icon indicating copy to clipboard operation
cppflow copied to clipboard

WIP: Cppflow2 savedmodel

Open ljn917 opened this issue 5 years ago • 1 comments

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.

ljn917 avatar Oct 14 '20 14:10 ljn917

Nice work :+1:

serizba avatar Oct 15 '20 08:10 serizba

This is not required anymore, saved model is supported in the TF C API

serizba avatar Sep 23 '22 16:09 serizba