#pragma once #include namespace torch::jit { TORCH_API bool EliminateCommonSubexpression( const std::shared_ptr& graph); }