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