57585960616263646566
} @Override protected List<OperatorDescriptorSingle> getPossibleProperties() { OperatorDescriptorSingle props = this.keys == null ? new AllReduceProperties() : new ReduceProperties(this.keys); return Collections.singletonList(props); }