How can I use DSNT in c++?

I need to use DSNT (https://arxiv.org/abs/1801.07372) in C++ torch lib.
DSNT can be used with python(https://github.com/anibali/dsntnn/blob/master/examples/basic_usage.md). But there is no DSNT module for c++.

Is there any way to develop with DSNT in c++ ?

Just like the implementation you link is a third-party repository, you’d have to implement that yourself.
From a cursory look, it should not be too hard to transpose the Python code into C++ equivalents.

Best regards

Thomas

Could you or anybody build the DSNT c++ code ? I am not experienced so much for pytorch now.