List of JIT-supported operations

Hi, may I know where I can find a list of JIT-supported or not supported operations in Pytorch please?

supported PyTorch stuff: https://pytorch.org/docs/master/jit_builtin_functions.html#builtin-functions
unsupported PyTorch stuff: https://pytorch.org/docs/master/jit_unsupported.html#jit-unsupported

1 Like

Thank you so much. But I can’t find SyncBatchNorm in either page. Is there something wrong?