@Name(value="tensorflow::EdgeSet::const_iterator") @NoOffset public static class tensorflow.EdgeSetIterator extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
EdgeSetIterator() |
EdgeSetIterator(long size)
Native array allocator.
|
EdgeSetIterator(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PointerPointer |
access() |
boolean |
equals(tensorflow.EdgeSetIterator other) |
tensorflow.EdgeSetIterator |
increment() |
tensorflow.EdgeSetIterator |
increment(int arg0) |
tensorflow.Edge |
multiply() |
boolean |
notEquals(tensorflow.EdgeSetIterator other) |
tensorflow.EdgeSetIterator |
position(long position) |
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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic EdgeSetIterator(Pointer p)
Pointer.Pointer(Pointer).public EdgeSetIterator(long size)
Pointer.position(long).public EdgeSetIterator()
public tensorflow.EdgeSetIterator position(long position)
@ByRef @Name(value="operator ++") public tensorflow.EdgeSetIterator increment()
@ByVal @Name(value="operator ++") public tensorflow.EdgeSetIterator increment(int arg0)
@Cast(value="const tensorflow::EdgeSet::value_type*") @Name(value="operator ->") public PointerPointer access()
@Cast(value="tensorflow::EdgeSet::value_type") @Name(value="operator *") public tensorflow.Edge multiply()
@Cast(value="bool") @Name(value="operator ==") public boolean equals(@Const @ByRef tensorflow.EdgeSetIterator other)
Copyright © 2019. All rights reserved.