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

Method SetScheduled

tensorflow/core/common_runtime/step_stats_collector.cc:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void NodeExecStatsWrapper::SetScheduled(int64 nanos) {
147 stats_->set_scheduled_micros(nanos / EnvTime::kMicrosToNanos);
148 stats_->set_scheduled_nanos(nanos);
149}
150
151void NodeExecStatsWrapper::SetMemory(OpKernelContext* ctx) {
152 for (const auto& allocator_pair : ctx->ConsumeWrappedAllocators()) {

Callers 1

SetScheduledFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected