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