nd4j.graph.UIEvent.addEventType = function(builder, eventType) {
  builder.addFieldInt8(0, eventType, nd4j.graph.UIEventType.ADD_NAME);
};