Transform#

myoverse.transforms.Transform#

Methods

__call__(x)

Apply transform to input tensor.

__init__([dim, name])

__repr__()

Return repr(self).

_apply(x)

Apply the transform.

alias of TensorTransform