Package | Description |
---|---|
org.apache.sysds.hops.codegen.cplan | |
org.apache.sysds.hops.codegen.template | |
org.apache.sysds.runtime.codegen |
Modifier and Type | Method and Description |
---|---|
SpoofRowwise.RowType |
CNodeRow.getRowType() |
Modifier and Type | Method and Description |
---|---|
void |
CNodeRow.setRowType(SpoofRowwise.RowType type) |
Modifier and Type | Method and Description |
---|---|
static SpoofRowwise.RowType |
TemplateUtils.getRowType(Hop output,
Hop... inputs) |
Modifier and Type | Method and Description |
---|---|
SpoofRowwise.RowType |
SpoofRowwise.getRowType() |
static SpoofRowwise.RowType |
SpoofRowwise.RowType.valueOf(int rowType) |
static SpoofRowwise.RowType |
SpoofRowwise.RowType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpoofRowwise.RowType[] |
SpoofRowwise.RowType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SpoofCUDARowwise(SpoofRowwise.RowType type,
long constDim2,
boolean tB1,
int reqVectMem,
int id,
SpoofCUDAOperator.PrecisionProxy ep) |
SpoofRowwise(SpoofRowwise.RowType type,
long constDim2,
boolean tB1,
int reqVectMem) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.