Package | Description |
---|---|
org.apache.sysds.runtime.instructions.cp | |
org.apache.sysds.runtime.instructions.cpfile | |
org.apache.sysds.runtime.privacy.propagation |
Modifier and Type | Class and Description |
---|---|
class |
AggregateUnaryCPInstruction |
class |
CentralMomentCPInstruction |
class |
DataGenCPInstruction |
class |
DnnCPInstruction |
class |
FrameIndexingCPInstruction |
class |
IndexingCPInstruction |
class |
ListIndexingCPInstruction |
class |
MatrixIndexingCPInstruction |
class |
MMChainCPInstruction |
class |
MMTSJCPInstruction |
class |
QuantileSortCPInstruction
This class supports two variants of sort operation on a 1-dimensional input matrix.
|
class |
ReorgCPInstruction |
class |
ReshapeCPInstruction |
class |
StringInitCPInstruction |
class |
UaggOuterChainCPInstruction |
class |
UnaryFrameCPInstruction |
class |
UnaryMatrixCPInstruction |
class |
UnaryScalarCPInstruction |
Modifier and Type | Method and Description |
---|---|
static UnaryCPInstruction |
UnaryCPInstruction.parseInstruction(String str) |
Modifier and Type | Class and Description |
---|---|
class |
MatrixIndexingCPFileInstruction
This instruction is used if a single partition is too large to fit in memory.
|
Modifier and Type | Method and Description |
---|---|
static Instruction |
PrivacyPropagator.preprocessUnaryCPInstruction(UnaryCPInstruction inst,
ExecutionContext ec) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.