Uses of Interface
org.apache.sysds.runtime.lineage.LineageTraceable
-
-
Uses of LineageTraceable in org.apache.sysds.hops.fedplanner
Classes in org.apache.sysds.hops.fedplanner that implement LineageTraceable Modifier and Type Class Description static class
PrivacyConstraintLoader.PrivacyConstraintRetriever
FederatedUDF for retrieving privacy constraint of data stored in file name. -
Uses of LineageTraceable in org.apache.sysds.runtime.controlprogram.federated
Classes in org.apache.sysds.runtime.controlprogram.federated that implement LineageTraceable Modifier and Type Class Description static class
FederatedStatistics.FedStatsCollectFunction
class
FederatedUDF
-
Uses of LineageTraceable in org.apache.sysds.runtime.instructions.cp
-
Uses of LineageTraceable in org.apache.sysds.runtime.instructions.cpfile
Classes in org.apache.sysds.runtime.instructions.cpfile that implement LineageTraceable Modifier and Type Class Description class
MatrixIndexingCPFileInstruction
This instruction is used if a single partition is too large to fit in memory. -
Uses of LineageTraceable in org.apache.sysds.runtime.instructions.fed
-
Uses of LineageTraceable in org.apache.sysds.runtime.instructions.gpu
Classes in org.apache.sysds.runtime.instructions.gpu that implement LineageTraceable Modifier and Type Class Description class
AggregateBinaryGPUInstruction
class
AggregateUnaryGPUInstruction
Implements aggregate unary instructions for CUDAclass
ArithmeticBinaryGPUInstruction
class
BuiltinBinaryGPUInstruction
class
BuiltinUnaryGPUInstruction
class
DnnGPUInstruction
class
GPUInstruction
class
MatrixAppendGPUInstruction
Implements the cbind and rbind functions for matricesclass
MatrixBuiltinGPUInstruction
class
MatrixIndexingGPUInstruction
class
MatrixMatrixArithmeticGPUInstruction
class
MatrixMatrixAxpyGPUInstruction
class
MatrixMatrixBuiltinGPUInstruction
class
MatrixMatrixRelationalBinaryGPUInstruction
class
MatrixReshapeGPUInstruction
class
MMTSJGPUInstruction
class
RelationalBinaryGPUInstruction
class
ReorgGPUInstruction
class
ScalarMatrixArithmeticGPUInstruction
class
ScalarMatrixBuiltinGPUInstruction
class
ScalarMatrixRelationalBinaryGPUInstruction
class
SpoofCUDAInstruction
-
Uses of LineageTraceable in org.apache.sysds.runtime.instructions.spark
-