#pragma once #include #include namespace torch { namespace jit { TORCH_API void liftClosures(const std::shared_ptr& graph); } // namespace jit } // namespace torch