#pragma once #include namespace torch::jit { // Concats multiple linear ops with the same Tensor input // into a single linear op. TORCH_API bool FrozenConcatLinear(std::shared_ptr& graph); } // namespace torch::jit