| 402 | |
| 403 | template<class T> |
| 404 | inline void Preprocessing<T>::get_two(Dtype dtype, T& a, T& b) |
| 405 | { |
| 406 | count(dtype); |
| 407 | get_two_no_count(dtype, a, b); |
| 408 | } |
| 409 | |
| 410 | template<class T> |
| 411 | inline void Preprocessing<T>::get_one(Dtype dtype, T& a) |
no outgoing calls
no test coverage detected