Package | Description |
---|---|
org.apache.sysds.runtime.privacy.propagation |
Modifier and Type | Class and Description |
---|---|
class |
MatrixMultiplicationPropagatorNaive
MatrixMultiplicationPropagator that overrides generateFineGrainedConstraints
with a naive propagation of the fine-grained constraints.
|
class |
MatrixMultiplicationPropagatorPrivateFirst
MatrixMultiplicationPropagator that overrides generateFineGrainedConstraints by finding the private elements first
followed by propagating PrivateAggregation in case of non-aggregating operator types.
|
class |
MatrixMultiplicationPropagatorPrivateFirstOptimized
MatrixMultiplicationPropagator that overrides generateFineGrainedConstraints by finding the private elements first
while propagating PrivateAggregation in case of non-aggregating operator types.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.