aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/strings/proto_serialization.h
Commit message (Collapse)AuthorAge
* Decoupling hash and protobuf. This simplifies a little bit the dependency ↵Gravatar A. Unique TensorFlower2018-03-08
chain as we don't have to link protobuf libraries just to use basic hash functions. The case for deterministic serialization of protocol buffers if very specific and can be handled by a new header file. PiperOrigin-RevId: 188366713