| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Edge |
tensorflow.Graph.AddControlEdge(tensorflow.Node source,
tensorflow.Node dest) |
tensorflow.Edge |
tensorflow.Graph.AddControlEdge(tensorflow.Node source,
tensorflow.Node dest,
boolean allow_duplicates) |
tensorflow.Edge |
tensorflow.Graph.AddEdge(tensorflow.Node source,
int x,
tensorflow.Node dest,
int y) |
tensorflow.Edge |
tensorflow.Graph.FindEdgeId(int id) |
tensorflow.Edge[] |
tensorflow.EdgeVector.get() |
tensorflow.Edge |
tensorflow.EdgeVector.Iterator.get() |
tensorflow.Edge |
tensorflow.EdgeVector.get(long i) |
tensorflow.Edge |
tensorflow.EdgeSetIterator.multiply() |
tensorflow.Edge |
tensorflow.GraphEdgesIterable.const_iterator.multiply() |
tensorflow.Edge |
tensorflow.EdgeVector.pop_back() |
| Modifier and Type | Method and Description |
|---|---|
long |
tensorflow.EdgeSet.erase(tensorflow.Edge key) |
tensorflow.Status |
tensorflow.Node.input_edge(int idx,
tensorflow.Edge e) |
tensorflow.EdgeSetBoolPair |
tensorflow.EdgeSet.insert(tensorflow.Edge value) |
tensorflow.EdgeVector.Iterator |
tensorflow.EdgeVector.insert(tensorflow.EdgeVector.Iterator pos,
tensorflow.Edge value) |
tensorflow.EdgeVector |
tensorflow.EdgeVector.push_back(tensorflow.Edge value) |
tensorflow.EdgeVector |
tensorflow.EdgeVector.put(long i,
tensorflow.Edge value) |
tensorflow.EdgeVector |
tensorflow.EdgeVector.put(tensorflow.Edge... array) |
tensorflow.EdgeVector |
tensorflow.EdgeVector.put(tensorflow.Edge value) |
void |
tensorflow.Graph.RemoveControlEdge(tensorflow.Edge e) |
void |
tensorflow.Graph.RemoveEdge(tensorflow.Edge edge) |
| Constructor and Description |
|---|
EdgeVector(tensorflow.Edge... array) |
EdgeVector(tensorflow.Edge value) |
Copyright © 2019. All rights reserved.