Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ SetMemory
Function
SetMemory
tensorflow/core/common_runtime/executor.cc:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
void SetMemory(NodeExecStatsInterface* stats, OpKernelContext* ctx) {
122
if (!stats) return;
123
stats->SetMemory(ctx);
124
}
125
126
void SetParentID(NodeExecStatsInterface* stats) {
127
if (!stats) return;
Callers
2
ProcessSync
Method · 0.85
ProcessAsync
Method · 0.85
Calls
1
SetMemory
Method · 0.45
Tested by
no test coverage detected