Package | Description |
---|---|
org.apache.sysml.udf | |
org.apache.sysml.udf.lib |
Modifier and Type | Field and Description |
---|---|
protected PackageFunction |
ExternalFunctionInvocationInstruction.fun |
Constructor and Description |
---|
ExternalFunctionInvocationInstruction(org.apache.sysml.runtime.instructions.cp.CPOperand[] inputs,
org.apache.sysml.runtime.instructions.cp.CPOperand[] outputs,
PackageFunction fun,
String baseDir,
InputInfo format) |
Modifier and Type | Class and Description |
---|---|
class |
BinningWrapper
Wrapper class for binning a sorted input vector
|
class |
CumSumProd
Variant of cumsum:
Computes following two functions: |
class |
DynamicProjectMatrixCP |
class |
DynamicReadMatrixCP |
class |
DynamicReadMatrixRcCP |
class |
DynamicWriteMatrixCP
Deprecated.
|
class |
EvalFunction
This function is for testing purposes only.
|
class |
GatherWrapper
Wrapper class for conversions of bit vectors to condensed position vectors.
|
class |
MultiInputCbind
This external built-in function addresses following two common scenarios:
1.
|
class |
OrderWrapper
Deprecated.
|
class |
RemoveEmptyRows
Deprecated.
|
class |
RowClassMeet
Performs following operation:
# Computes the intersection ("meet") of equivalence classes for
# each row of A and B, excluding 0-valued cells.
|
class |
SGDNesterovUpdate
Use this class to perform an SGD update with Nesterov momentum in CP.
|
class |
TimeWrapper
Wrapper class for time invocation
time = externalFunction(Integer i) return (Double B) implemented in
(classname="org.apache.sysml.udf.lib.TimeWrapper",exectype="mem");
t = time (1);
print( "Time in millsecs= " + t);
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.