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

Function SetParentID

tensorflow/core/common_runtime/executor.cc:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void SetParentID(NodeExecStatsInterface* stats) {
127 if (!stats) return;
128 stats->SetParentID(tracing::CallingContext::GetCurrentContext());
129}
130
131void SetActivityID(NodeExecStatsInterface* stats) {
132 if (!stats) return;

Callers 1

BatchProcessMethod · 0.85

Calls 1

SetParentIDMethod · 0.45

Tested by

no test coverage detected