package org.nd4j.parameterserver.distributed.enums; /** * @author raver119@gmail.com */ public enum ExecutionMode { DISTRIBUTED, AVERAGING, }