ModfΒΆ
Return element-wise fractional and integral parts of input.
Abstract Signature:
Modf(x: Tensor)
PyTorch
API:
βStrategy: Macro '(torch.frac({x}), torch.trunc({x}))'
Return element-wise fractional and integral parts of input.
Abstract Signature:
Modf(x: Tensor)
β