Source code for chop.nn.functional.splitter

import torch


[docs] @torch.fx.wrap def splitter(x): return (x, x)