Log10
torch_log10(self)
self
Returns a new tensor with the logarithm to the base 10 of the elements of input.
input
if (torch_is_installed()) { a = torch_rand(5) a torch_log10(a) }
Useful links