aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/resource_handle.cc
Commit message (Collapse)AuthorAge
* Introduce Encoder and Decoder classes so that platform/*coding* doesn't have toGravatar A. Unique TensorFlower2018-05-23
| | | | | | depend on framework/resource_handler and framework/variant. PiperOrigin-RevId: 197768387
* Make ResourceHandle not be a protoGravatar Geoffrey Irving2017-06-27
I'm trying to make core/kernels independent of protos. Currently the dtype ResourceHandle is itself a proto. After this CL, ResourceHandle is a normal C++ type which gets converted to/from ResourceHandleProto at (de)serialization time. RELNOTES: n/a PiperOrigin-RevId: 160329002