1#pragma once
2
3#include <torch/csrc/Export.h>
4#include <torch/csrc/jit/ir/ir.h>
5
6namespace torch {
7namespace jit {
8
9TORCH_API void inlineForkedClosures(std::shared_ptr<Graph>& to_clean);
10
11} // namespace jit
12} // namespace torch
13