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