#include namespace torch { namespace jit { PyTorchBackendInterface::PyTorchBackendInterface() noexcept = default; PyTorchBackendInterface::~PyTorchBackendInterface() = default; } // namespace jit } // namespace torch