MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / LogProto

Method LogProto

tensorflow/core/platform/logger.h:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 // Logs a typed proto.
55 template <typename ProtoType>
56 void LogProto(const ProtoType& proto) {
57 google::protobuf::Any any;
58 any.PackFrom(proto);
59 DoLogProto(&any);
60 }
61
62 // Flushes any pending log. Blocks until everything is flushed.
63 void Flush() { DoFlush(); }

Calls

no outgoing calls

Tested by

no test coverage detected