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

Method SetParentID

tensorflow/core/common_runtime/step_stats_collector.cc:200–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void NodeExecStatsWrapper::SetParentID(int64 id) {
201 stats_->set_parent_id(id);
202}
203
204void NodeExecStatsWrapper::Finalize() {
205 for (auto& alloc : allocations_) {

Callers 1

SetParentIDFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected