#pragma once

#include <torch/csrc/Export.h>
#include <torch/csrc/jit/ir/ir.h>

namespace torch::jit {

TORCH_API void inlineForkedClosures(std::shared_ptr<Graph>& to_clean);

} // namespace torch::jit
