| 819 | Y_SAVELOAD_DEFINE(Data); |
| 820 | |
| 821 | void Run(const TCudaStream& stream) const { |
| 822 | CB_ENSURE(Data.Size() == Data.ObjectCount()); |
| 823 | NKernel::Reverse<T>(Data.Get(), Data.Size(), stream.GetStream()); |
| 824 | } |
| 825 | }; |
| 826 | } |
| 827 |
nothing calls this directly
no test coverage detected