#pragma once #include namespace torch::jit { TORCH_API void RemoveRedundantProfiles(std::shared_ptr& graph); TORCH_API void RemoveRedundantProfiles(Block* block, AliasDb& db); } // namespace torch::jit