:mod:`heat.utils.vision_transforms` =================================== .. py:module:: heat.utils.vision_transforms .. autoapi-nested-parse:: File with the available transforms for images Module Contents --------------- .. function:: __getattr__(name) When a function is called for the heat.vision_transforms module it will attempt to run the heat function/class with that name, then, if there is no such object, it will attempt to get the torchvision.transforms object of that name.