public class SameDiffOp extends Object
Modifier and Type | Field and Description |
---|---|
protected List<String> |
controlDepFor |
protected List<String> |
controlDeps |
protected List<String> |
inputsToOp |
protected String |
name |
protected DifferentialFunction |
op |
protected List<String> |
outputsOfOp |
protected List<String> |
varControlDeps |
Constructor and Description |
---|
SameDiffOp(String name,
DifferentialFunction op,
List<String> inputsToOp,
List<String> outputsOfOp,
List<String> controlDeps,
List<String> varControlDeps,
List<String> controlDepFor) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getControlDepFor() |
List<String> |
getControlDeps() |
List<String> |
getInputsToOp() |
String |
getName() |
DifferentialFunction |
getOp() |
List<String> |
getOutputsOfOp() |
List<String> |
getVarControlDeps() |
void |
setControlDepFor(List<String> controlDepFor) |
void |
setControlDeps(List<String> controlDeps) |
void |
setInputsToOp(List<String> inputsToOp) |
void |
setName(String name) |
void |
setOp(DifferentialFunction op) |
void |
setOutputsOfOp(List<String> outputsOfOp) |
void |
setVarControlDeps(List<String> varControlDeps) |
protected String name
protected DifferentialFunction op
public String getName()
public void setName(String name)
public DifferentialFunction getOp()
public void setOp(DifferentialFunction op)
Copyright © 2022. All rights reserved.