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