How to use tensorflow serving function post conversion to ONNX #13142
Unanswered
chaitanya-basava
asked this question in
Other Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, wanted to check how we can use the serving function that can be saved using
tf.saved_model.save
functionsample code of what I am referring to:
Would the
serving_function
saved as a signature be accessible from post onnx conversion? it would be helpful if I can pointed to a document around this if any.In case it won't be accessible then any alternative suggestions that I can pursue.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions