Monkey patched classes ====================== These are functionalities added to other libraries, or "monkey-patched" them. How is this possible? Check out :meth:`k1lib.patch`. Class :class:`torch.nn.Module` ------------------------------- .. automethod:: torch.nn.modules.Module.importParams .. automethod:: torch.nn.modules.Module.exportParams .. automethod:: torch.nn.modules.Module.paramsContext .. automethod:: torch.nn.modules.Module.getParamsVector .. automethod:: torch.nn.modules.Module.preserveDevice .. automethod:: torch.nn.modules.Module.__ror__ .. autoattribute:: torch.nn.modules.Module.nParams Class :class:`torch.Tensor` ---------------------------- .. automethod:: torch.Tensor.crissCross .. automethod:: torch.Tensor.histBounds .. automethod:: torch.Tensor.histScaled .. automethod:: torch.Tensor.clearNan .. automethod:: torch.Tensor.hasNan Class :class:`graphviz.dot.Digraph` ------------------------------------- .. automethod:: graphviz.dot.Digraph.__call__ Class :class:`graphviz.dot.Graph` ------------------------------------- .. automethod:: graphviz.dot.Graph.__call__