Can I train parameters in Windows C++ using libTorch?

I have some solution (parameters tunning using autograd module) for problem which I want to transit to C++ Windows environment. Does libTorch library allow me to do this? Is it self-sufficient (I do not need CUDA) or I need to install some additional libraries like BLAS etc?