@Namespace(value="tensorflow") @NoOffset public static class tensorflow.NeighborIter extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
NeighborIter(Pointer p)
Pointer cast constructor.
|
NeighborIter(tensorflow.EdgeSetIterator iter,
boolean incoming) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Node |
access() |
boolean |
equals(tensorflow.NeighborIter rhs) |
void |
increment() |
tensorflow.Node |
multiply() |
boolean |
notEquals(tensorflow.NeighborIter 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 NeighborIter(Pointer p)
Pointer.Pointer(Pointer).public NeighborIter(@ByVal tensorflow.EdgeSetIterator iter, @Cast(value="bool") boolean incoming)
@Cast(value="bool") @Name(value="operator ==") public boolean equals(@Const @ByRef tensorflow.NeighborIter rhs)
@Cast(value="bool") @Name(value="operator !=") public boolean notEquals(@Const @ByRef tensorflow.NeighborIter rhs)
@Name(value="operator *") public tensorflow.Node multiply()
@Name(value="operator ->") public tensorflow.Node access()
Copyright © 2019. All rights reserved.