UNPKG

@hoff97/tensor-js

Version:

PyTorch like deep learning inferrence library

8 lines 326 B
import Tensor from './types'; import * as tensor from './tensor/index'; import * as util from './util/index'; import * as onnx from './onnx/index'; import * as model from './model/index'; import * as autograd from './autograd/index'; export { Tensor, tensor, util, onnx, autograd, model, }; //# sourceMappingURL=library.js.map