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

Function SetAllEnd

tensorflow/core/common_runtime/executor.cc:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void SetAllEnd(NodeExecStatsInterface* stats) {
112 if (!stats) return;
113 stats->RecordExecutorEnded();
114}
115
116void SetOutput(NodeExecStatsInterface* stats, int slot, const Tensor* v) {
117 if (!stats) return;

Callers 1

NodeDoneMethod · 0.85

Calls 1

RecordExecutorEndedMethod · 0.45

Tested by

no test coverage detected