#pragma once #include #include namespace torch::jit { TORCH_API const std::string& GetSerializedShapeFunctions(); TORCH_API const OperatorMap& GetShapeFunctionMappings(); TORCH_API const OperatorMap>& GetBoundedShapeMappings(); } // namespace torch::jit