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