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

Method exec_micros

tensorflow/core/profiler/internal/tfprof_node.cc:235–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235int64 ExecStep::exec_micros() const {
236 return accelerator_exec_micros() + cpu_exec_micros();
237}
238
239int64 ExecStep::accelerator_exec_micros() const {
240 int64 total = 0;

Callers 9

FormatToalExecTimeFunction · 0.45
ReInitMethod · 0.45
AddSelfToTotalStatsMethod · 0.45
FormatTotalExecTimeFunction · 0.45
AddMethod · 0.45
FormatInputShapesMethod · 0.45
CheckOpViewMethod · 0.45
CheckScopeViewMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36