Uses of Class
org.apache.sysds.hops.fedplanner.FTypes.FType
-
-
Uses of FTypes.FType in org.apache.sysds.hops.fedplanner
Methods in org.apache.sysds.hops.fedplanner that return FTypes.FType Modifier and Type Method Description static FTypes.FType
FTypes.FType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FTypes.FType[]
FTypes.FType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sysds.hops.fedplanner with parameters of type FTypes.FType Modifier and Type Method Description boolean
FTypes.FType. isType(FTypes.FType t)
-
Uses of FTypes.FType in org.apache.sysds.runtime.controlprogram.caching
Methods in org.apache.sysds.runtime.controlprogram.caching with parameters of type FTypes.FType Modifier and Type Method Description boolean
CacheableData. isFederated(FTypes.FType type)
boolean
CacheableData. isFederatedExcept(FTypes.FType type)
-
Uses of FTypes.FType in org.apache.sysds.runtime.controlprogram.context
Methods in org.apache.sysds.runtime.controlprogram.context with parameters of type FTypes.FType Modifier and Type Method Description boolean
ExecutionContext. isFederated(CPOperand input, FTypes.FType type)
-
Uses of FTypes.FType in org.apache.sysds.runtime.controlprogram.federated
Methods in org.apache.sysds.runtime.controlprogram.federated that return FTypes.FType Modifier and Type Method Description FTypes.FType
FederationMap. getType()
Methods in org.apache.sysds.runtime.controlprogram.federated with parameters of type FTypes.FType Modifier and Type Method Description FederationMap
FederationMap. copyWithNewIDAndRange(int[][] ix, long outputID, FTypes.FType type)
FederationMap
FederationMap. copyWithNewIDAndRange(long rowRangeEnd, long colRangeEnd, long outputID, FTypes.FType type)
boolean
MatrixLineagePair. isFederated(FTypes.FType ftype)
boolean
MatrixLineagePair. isFederatedExcept(FTypes.FType ftype)
void
FederationMap. setType(FTypes.FType type)
Method parameters in org.apache.sysds.runtime.controlprogram.federated with type arguments of type FTypes.FType Modifier and Type Method Description static MatrixBlock
FederationUtils. aggMinMax(Future<FederatedResponse>[] ffr, boolean isMin, boolean isScalar, Optional<FTypes.FType> fedType)
Constructors in org.apache.sysds.runtime.controlprogram.federated with parameters of type FTypes.FType Constructor Description FederationMap(long ID, List<org.apache.commons.lang3.tuple.Pair<FederatedRange,FederatedData>> fedMap, FTypes.FType type)
-
Uses of FTypes.FType in org.apache.sysds.runtime.instructions.fed
Methods in org.apache.sysds.runtime.instructions.fed with parameters of type FTypes.FType Modifier and Type Method Description static boolean
SpoofFEDInstruction. isFederated(ExecutionContext ec, FTypes.FType type, CPOperand[] inputs, Class<?> scla)
-