def compile()

in pplbench/ppls/numpyro/inference.py [0:0]


    def compile(self, seed: int, **compile_args):
        # TODO: Separating the compilation time might be desirable
        # for more complex models.
        pass