#include #include namespace torch { namespace jit { TORCH_API std::shared_ptr TraceGraph( std::shared_ptr graph, Stack& stack); } } // namespace torch