blob: a1f1273bde5655a54900525052db2a889b36196f [file] [log] [blame]
#pragma once
#include <torch/csrc/jit/ir/ir.h>
namespace torch {
namespace jit {
// Inline function and method calls.
TORCH_API void Inline(Graph& graph);
} // namespace jit
} // namespace torch