#pragma once #include #include namespace torch::jit { TORCH_API const std::string& GetSerializedFuncs(); TORCH_API const OperatorMap& GetFuncMapping(); } // namespace torch::jit