MCPcopy 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
121void SetMemory(NodeExecStatsInterface* stats, OpKernelContext* ctx) {
122 if (!stats) return;
123 stats->SetMemory(ctx);
124}
125
126void SetParentID(NodeExecStatsInterface* stats) {
127 if (!stats) return;

Callers 2

ProcessSyncMethod · 0.85
ProcessAsyncMethod · 0.85

Calls 1

SetMemoryMethod · 0.45

Tested by

no test coverage detected