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