Identity#

class myoverse.transforms.Identity(dim='time', *, name=None)[source]#

Identity transform (returns input unchanged).

Methods

_apply(x)

Apply the transform.

Parameters: