Tensor/IO for React Native with the TensorFlow backend
npm install react-native-tensorio-tensorflow
import TensorioTensorflow from "react-native-tensorio-tensorflow";
// ...
const result = await TensorioTensorflow.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT