@fugood/onnxruntime-react-native
Version:
ONNX Runtime bridge for react native
8 lines (7 loc) • 454 B
JavaScript
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// eslint-disable-next-line import/no-internal-modules
import { TurboModuleRegistry } from 'react-native'; // NOTE: These should be from InferenceSession in onnxruntime-common
// but currently got issue https://github.com/facebook/react-native/issues/36431
export default TurboModuleRegistry.get('Onnxruntime');
//# sourceMappingURL=NativeOnnxruntime.js.map