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