0.3.0 • Published 10 years ago

ngraph.toprotobuf v0.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

ngraph.toprotobuf

Stores ngraph instance into protobuf format on disk

usage

To save a graph:

// let's say `graph` is an instance of ngraph.graph
var toProtoBuf = require('ngraph.toprotobuf')

// this will save graph into 'data' folder
toProtoBuf(graph, {
  outDir: 'data'
});

Note: This module does not oficially support reading from the protobuf, but you can take a look how it could be done, by following readPrimitive.js code.

license

MIT

0.3.0

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago