You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Major Features and Improvements
Created a docker image that contains a TF model server with struct2tensor
ops linked. This docker image is available at gcr.io/tfx-oss-public/s2t_tf_serving .
Add support for string_views for intermediate serialized protos. To use, set
the option "use_string_view" in CalculateOptions to true. string_views are
potentially more memory bandwidth efficient depending on the depth and
complexity of the input proto.