UNPKG

react-native-fast-tflite

Version:

High-performance TensorFlow Lite library for React Native, built with Nitro Modules

20 lines (19 loc) 546 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "loadTensorflowModel", { enumerable: true, get: function () { return _loadTensorflowModel.loadTensorflowModel; } }); Object.defineProperty(exports, "useTensorflowModel", { enumerable: true, get: function () { return _useTensorflowModel.useTensorflowModel; } }); var _loadTensorflowModel = require("./loadTensorflowModel"); var _useTensorflowModel = require("./useTensorflowModel"); //# sourceMappingURL=index.js.map