nd4j.graph.UIVariable.addType = function(builder, type) {
  builder.addFieldInt8(2, type, nd4j.graph.VarType.VARIABLE);
};