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

Method Save

tensorflow/core/common_runtime/step_stats_collector.cc:404–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404void StepStatsCollector::Save(const string& device,
405 NodeExecStats* node_stats_pb) {
406 Save(device,
407 new NodeExecStatsWrapper(std::unique_ptr<NodeExecStats>(node_stats_pb),
408 nullptr, this));
409}
410
411void StepStatsCollector::Save(const string& device,
412 NodeExecStatsWrapper* node_stats) {

Callers 1

DoneMethod · 0.45

Calls 3

SaveFunction · 0.85
statsMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected