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