nd4j.graph.LongTriple.addThird = function(builder, third) {
  builder.addFieldInt64(2, third, builder.createLong(0, 0));
};