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

Function SetOutput

tensorflow/core/common_runtime/executor.cc:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void SetOutput(NodeExecStatsInterface* stats, int slot, const Tensor* v) {
117 if (!stats) return;
118 stats->SetOutput(slot, v);
119}
120
121void SetMemory(NodeExecStatsInterface* stats, OpKernelContext* ctx) {
122 if (!stats) return;

Callers 8

AppendEnumFunctionsMethod · 0.85
GenerateMethod · 0.85
ProcessOutputsMethod · 0.85
TakeGradLockedHelperMethod · 0.85
ComputeMethod · 0.85

Calls 1

SetOutputMethod · 0.45

Tested by

no test coverage detected