log10_

paddle. log10_ ( x: Tensor, name: str | None = None ) Tensor [source]

Inplace version of log10 API, the output Tensor will be inplaced with input x. Please refer to log10.