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