@Namespace(value="tensorflow") @NoOffset public static class tensorflow.NodeIter extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
NodeIter(Pointer p)
Pointer cast constructor.
|
NodeIter(tensorflow.Graph graph,
int id) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Node |
access() |
boolean |
equals(tensorflow.NodeIter rhs) |
void |
increment() |
tensorflow.Node |
multiply() |
boolean |
notEquals(tensorflow.NodeIter rhs) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic NodeIter(Pointer p)
Pointer.Pointer(Pointer).public NodeIter(@Const tensorflow.Graph graph, int id)
@Cast(value="bool") @Name(value="operator ==") public boolean equals(@Const @ByRef tensorflow.NodeIter rhs)
@Cast(value="bool") @Name(value="operator !=") public boolean notEquals(@Const @ByRef tensorflow.NodeIter rhs)
@Name(value="operator *") public tensorflow.Node multiply()
@Name(value="operator ->") public tensorflow.Node access()
Copyright © 2019. All rights reserved.