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

Method run_count

tensorflow/core/profiler/internal/tfprof_node.h:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 void AddMemoryStats(const string& dev, const NodeExecStats& step_stat);
94
95 int64 run_count() const { return exec_.run_count(); }
96 // The execution time of an op. If it runs on accelerator, then it's
97 // accelerator_exec_micros(). Otherwise, it's CPU time.
98 int64 exec_micros() const;

Callers 9

run_countMethod · 0.45
SnapshotNodesMethod · 0.45
FormatNodeMethod · 0.45
ShouldShowMethod · 0.45
FormatNodeMethod · 0.45
ReInitMethod · 0.45
AddSelfToTotalStatsMethod · 0.45
FormatInputShapesMethod · 0.45
AddTimeStatsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected