Package | Description |
---|---|
org.apache.sysds.runtime.privacy.propagation |
Modifier and Type | Method and Description |
---|---|
OperatorType[] |
MatrixMultiplicationPropagator.getOperatorTypesCol()
Gets the operator types of all columns of the right-hand input in the matrix multiplication.
|
OperatorType[] |
MatrixMultiplicationPropagator.getOperatorTypesRow()
Gets the operator types of all rows of the left-hand input in the matrix multiplication.
|
static OperatorType |
OperatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorType[] |
OperatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PrivacyConstraint.PrivacyLevel |
PrivacyPropagator.corePropagation(PrivacyConstraint.PrivacyLevel[] inputLevels,
OperatorType operatorType)
Returns the output privacy level based on the given input privacy levels and operator type.
|
static PrivacyConstraint |
PrivacyPropagator.mergeNary(PrivacyConstraint[] privacyConstraints,
OperatorType operatorType) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.