Package | Description |
---|---|
org.apache.sysds.lops |
Modifier and Type | Method and Description |
---|---|
Lop.Type |
Lop.getType()
Method to get Lop type.
|
static Lop.Type |
Lop.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lop.Type[] |
Lop.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Lop(Lop.Type t,
Types.DataType dt,
Types.ValueType vt)
Constructor to be invoked by base class.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.