Package | Description |
---|---|
org.apache.sysds.hops | |
org.apache.sysds.parser |
Modifier and Type | Method and Description |
---|---|
FunctionOp.FunctionType |
FunctionOp.getFunctionType() |
static FunctionOp.FunctionType |
FunctionOp.FunctionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionOp.FunctionType[] |
FunctionOp.FunctionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FunctionOp(FunctionOp.FunctionType type,
String fnamespace,
String fname,
String[] inputNames,
List<Hop> inputs,
String[] outputNames,
ArrayList<Hop> outputHops) |
FunctionOp(FunctionOp.FunctionType type,
String fnamespace,
String fname,
String[] inputNames,
List<Hop> inputs,
String[] outputNames,
boolean singleOut) |
Modifier and Type | Method and Description |
---|---|
FunctionOp.FunctionType |
FunctionStatementBlock.getFunctionOpType() |
Copyright © 2020 The Apache Software Foundation. All rights reserved.