| 508 | |
| 509 | template <class PropagatorStateType> |
| 510 | ExecutorState<PropagatorStateType>::ExecutorState( |
| 511 | const Executor::Args& args, const ImmutableExecutorState& immutable_state, |
| 512 | ExecutorInternal::KernelStats* kernel_stats) |
| 513 | : ExecutorState(args, immutable_state, kernel_stats, nullptr) {} |
| 514 | |
| 515 | template <class PropagatorStateType> |
| 516 | ExecutorState<PropagatorStateType>::ExecutorState( |
nothing calls this directly
no test coverage detected