#pragma once #include #include namespace torch { namespace jit { TORCH_API void TransformExits(std::shared_ptr& graph); } // namespace jit } // namespace torch