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