#pragma once #include #include namespace torch { namespace jit { struct Graph; TORCH_API void EraseShapeInformation(const std::shared_ptr& graph); TORCH_API void PropagateInputShapes(const std::shared_ptr& graph); } // namespace jit } // namespace torch