| Package | Description | 
|---|---|
| org.apache.sysds.hops | |
| org.apache.sysds.lops | |
| org.apache.sysds.runtime.instructions.fed | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Hop. setFederatedOutput(FEDInstruction.FederatedOutput federatedOutput) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Lop. setFederatedOutput(FEDInstruction.FederatedOutput fedOutput) | 
| Modifier and Type | Method and Description | 
|---|---|
| static FEDInstruction.FederatedOutput | FEDInstruction.FederatedOutput. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static FEDInstruction.FederatedOutput[] | FEDInstruction.FederatedOutput. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| AggregateBinaryFEDInstruction(Operator op,
                             CPOperand in1,
                             CPOperand in2,
                             CPOperand out,
                             String opcode,
                             String istr,
                             FEDInstruction.FederatedOutput fedOut) | 
| ReorgFEDInstruction(Operator op,
                   CPOperand in1,
                   CPOperand out,
                   String opcode,
                   String istr,
                   FEDInstruction.FederatedOutput fedOut) | 
| TsmmFEDInstruction(CPOperand in,
                  CPOperand out,
                  MMTSJ.MMTSJType type,
                  int k,
                  String opcode,
                  String istr,
                  FEDInstruction.FederatedOutput fedOut) | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.