nd4j.graph.FlatArray.addByteOrder = function(builder, byteOrder) {
  builder.addFieldInt8(3, byteOrder, nd4j.graph.ByteOrder.LE);
};