support external C++ function for model

stan seems support using external function rather than just the standard _stan_function. Does pyro also support this feature? Thanks.

Hi, Pyro is built on PyTorch, so you can use custom C++ operations in a Pyro model via PyTorch’s C++ extension API. If you have general questions about the use of that API, you’ll probably get more helpful responses on the PyTorch forum.

1 Like