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

Method SerializeToString

tensorflow/cc/profiler/profiler.cc:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47Status Profiler::SerializeToString(string* content) {
48 if (!content) {
49 return Status(error::Code::INVALID_ARGUMENT,
50 "Cannot use null string pointer for SerializeToString.");
51 }
52 stats_->SerializeToString(content);
53 return Status::OK();
54}
55
56} // namespace tfprof
57} // namespace tensorflow

Callers 15

to_stringMethod · 0.45
mainFunction · 0.45
GenTimelineMethod · 0.45
demo.pyFile · 0.45
mainFunction · 0.45
TESTFunction · 0.45
HashNodeDefFunction · 0.45
TransformGraphFunction · 0.45
TestConstantFoldingMethod · 0.45
initialize_systemFunction · 0.45

Calls 1

StatusClass · 0.50