blob: 09a98832bda747c98a3e04d22b74210fe4d5477b [file] [log] [blame]
#pragma once
#include "torch/csrc/jit/ir.h"
namespace torch { namespace jit {
std::shared_ptr<Graph> Canonicalize(const std::shared_ptr<Graph>& graph);
}}