def __init__(self, dim: int, hidden: int = 64) -> None
Build a ``dim -> hidden -> dim`` residual MLP.
Source: unitrack/benchmarks/hota/learned_modules.py:29