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