#pragma once
#include <torch/csrc/WindowsTorchApiMacro.h>
#include <torch/csrc/jit/ir/ir.h>
namespace torch {
namespace jit {
TORCH_API void CreateFunctionalGraphs(const std::shared_ptr<Graph>& graph);
TORCH_API void InlineFunctionalGraphs(const std::shared_ptr<Graph>& graph);
} // namespace jit
} // namespace torch