ignite.utils#
Module with helper methods
- ignite.utils.apply_to_tensor(input_, func)[source]#
Apply a function on a tensor or mapping, or sequence of tensors.
- ignite.utils.apply_to_type(input_, input_type, func)[source]#
Apply a function on a object of input_type or mapping, or sequence of objects of input_type.