#pragma once #include #include #include #include namespace torch::jit { TORCH_API void UnpackQuantizedWeights( std::shared_ptr& graph, std::map& paramsDict); TORCH_API void insertPermutes( std::shared_ptr& graph, std::map& paramsDict); } // namespace torch::jit