1 #pragma once 2 3 #include <torch/csrc/jit/ir/ir.h> 4 5 namespace torch { 6 namespace jit { 7 TORCH_API void FuseQuantizedAddRelu(std::shared_ptr<Graph>& graph); 8 } // namespace jit 9 } // namespace torch 10