Package | Description |
---|---|
org.apache.sysds.common | |
org.apache.sysds.hops | |
org.apache.sysds.hops.rewrite | |
org.apache.sysds.lops |
Modifier and Type | Method and Description |
---|---|
static Types.OpOpDnn |
Types.OpOpDnn.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Types.OpOpDnn[] |
Types.OpOpDnn.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Types.OpOpDnn |
DnnOp.getOp() |
Modifier and Type | Method and Description |
---|---|
void |
DnnOp.setOp(Types.OpOpDnn op) |
Constructor and Description |
---|
DnnOp(String l,
Types.DataType dt,
Types.ValueType vt,
Types.OpOpDnn o,
ArrayList<Hop> inp)
Create a hop from the builtin expression
|
Modifier and Type | Method and Description |
---|---|
static boolean |
HopRewriteUtils.isDnn(Hop hop,
Types.OpOpDnn... types) |
static boolean |
HopRewriteUtils.isDnn(Hop hop,
Types.OpOpDnn type) |
Modifier and Type | Method and Description |
---|---|
Types.OpOpDnn |
DnnTransform.getOp()
method to get operation type
|
Constructor and Description |
---|
DnnTransform(Lop input1,
Lop input2,
Lop input3,
Types.OpOpDnn op,
Types.DataType dt,
Types.ValueType vt,
LopProperties.ExecType et,
int k) |
DnnTransform(Lop input1,
Lop input2,
Types.OpOpDnn op,
Types.DataType dt,
Types.ValueType vt,
LopProperties.ExecType et,
int k) |
DnnTransform(Lop input,
Types.OpOpDnn op,
Types.DataType dt,
Types.ValueType vt,
LopProperties.ExecType et,
int k,
double intermediateMemBudget)
Constructor when we have one input.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.