nd4j.graph.UIVariable.addDatatype = function(builder, datatype) {
  builder.addFieldInt8(3, datatype, nd4j.graph.DataType.INHERIT);
};