0.1.1 • Published 3 years ago

@maximekjaer/tfjs-npy v0.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

NumPy file parsing and serialization for TensorFlow.js

See https://docs.scipy.org/doc/numpy/neps/npy-format.html for more information about the file format.

API:

import { parse, serialize } from "tfjs-npy";

function parse(ab: ArrayBuffer): tf.Tensor;

function serialize(tensor: tf.Tensor): Promise<ArrayBuffer>;

https://github.com/propelml/tfjs-npy

https://www.npmjs.com/package/tfjs-npy

Build Status

0.1.1

3 years ago

0.1.0

3 years ago