windmaple / minimize-tf-serving-protos

Convenient script to identify the minimal set of protos needed by TF Serving

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minimize-tf-serving-protos

Convenient script to identify the minimal set of protos needed by TF Serving. It recursively remove a proto from TF/TFServing repo and recompile an Android project so that it can find the minimal set of protos to support gRPC request for TF Serving. The script is a supplement to this tensorflow-serve-client project.

Somehow gradle sometimes issues wrong return status, so we should run the script multiple times.

About

Convenient script to identify the minimal set of protos needed by TF Serving

License:Apache License 2.0


Languages

Language:Shell 100.0%