| 821 | |
| 822 | template <class PropagatorStateType> |
| 823 | void ExecutorState<PropagatorStateType>::ProcessNoop( |
| 824 | NodeExecStatsInterface* stats) { |
| 825 | nodestats::SetOpStart(stats); |
| 826 | nodestats::SetOpEnd(stats); |
| 827 | } |
| 828 | |
| 829 | template <class PropagatorStateType> |
| 830 | void ExecutorState<PropagatorStateType>::ProcessConstTensor( |
nothing calls this directly
no test coverage detected