Is finfo() exposed in the libtorch?

Hello everyone.
in Pytorch finfo is exposed but it seems either it doesnt exist in libtorch or I cant find it!
Is it also available in libtorch? I need to implement sth like np.spacing(1) and I dont know how I’m supposed to do it without finfo!
Any help is greatly apprecaited