// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #import #include "core/session/onnxruntime_cxx_api.h" NS_ASSUME_NONNULL_BEGIN void ORTSaveCodeAndDescriptionToError(int code, const char* description, NSError** error); void ORTSaveExceptionToError(const Ort::Exception& e, NSError** error); NS_ASSUME_NONNULL_END