nd4j.graph.UIEvent.addEventSubType = function(builder, eventSubType) {
  builder.addFieldInt8(1, eventSubType, nd4j.graph.UIEventSubtype.NONE);
};