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