public class KeanuComputableGraph extends java.lang.Object implements ComputableGraph
| Constructor and Description |
|---|
KeanuComputableGraph(java.util.List<Vertex> topoSortedGraph,
java.util.Set<Vertex> outputs) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<VariableReference,?> |
compute(java.util.Map<VariableReference,?> inputs) |
<T> T |
getInput(VariableReference input) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic java.util.Map<VariableReference,?> compute(java.util.Map<VariableReference,?> inputs)
compute in interface ComputableGraphpublic <T> T getInput(VariableReference input)
getInput in interface ComputableGraph