#pragma once #include namespace torch { namespace jit { TORCH_API std::shared_ptr Canonicalize( const std::shared_ptr& graph, bool keep_unique_names = true); TORCH_API void CanonicalizeOutputs(std::shared_ptr& graph); } // namespace jit } // namespace torch