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.FTypeFTypes.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 booleanFTypes.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 booleanCacheableData. isFederated(FTypes.FType type)booleanCacheableData. 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 booleanExecutionContext. 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.FTypeFederationMap. getType()Methods in org.apache.sysds.runtime.controlprogram.federated with parameters of type FTypes.FType Modifier and Type Method Description FederationMapFederationMap. copyWithNewIDAndRange(int[][] ix, long outputID, FTypes.FType type)FederationMapFederationMap. copyWithNewIDAndRange(long rowRangeEnd, long colRangeEnd, long outputID, FTypes.FType type)booleanMatrixLineagePair. isFederated(FTypes.FType ftype)booleanMatrixLineagePair. isFederatedExcept(FTypes.FType ftype)voidFederationMap. 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 MatrixBlockFederationUtils. 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 booleanSpoofFEDInstruction. isFederated(ExecutionContext ec, FTypes.FType type, CPOperand[] inputs, Class<?> scla)org.apache.commons.lang3.tuple.Pair<FederationMap,Long>ReorgFEDInstruction. rollFedMap(List<org.apache.commons.lang3.tuple.Pair<FederatedRange,FederatedData>> oldMap, long inID, long outEndID, long outStartID, long shift, long rlen, FTypes.FType type)
-