@Name(value="torch::jit::ListIterator<torch::jit::Param>") @NoOffset @Properties(inherit=torch.class) public class ParamListIterator extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ParamListIterator(Pointer p)
Pointer cast constructor.
|
ParamListIterator(Tree it) |
Modifier and Type | Method and Description |
---|---|
ParamListIterator |
addPut(long n) |
ParamListIterator |
decrement() |
boolean |
equals(ParamListIterator rhs) |
ParamListIterator |
increment() |
Param |
multiply() |
boolean |
notEquals(ParamListIterator rhs) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public ParamListIterator(Pointer p)
Pointer(Pointer)
.@Cast(value="bool") @Name(value="operator !=") public boolean notEquals(@Const @ByRef ParamListIterator rhs)
@Cast(value="bool") @Name(value="operator ==") public boolean equals(@Const @ByRef ParamListIterator rhs)
@ByRef @Name(value="operator +=") public ParamListIterator addPut(@Cast(value="std::ptrdiff_t") long n)
@ByRef @Name(value="operator ++") public ParamListIterator increment()
@ByRef @Name(value="operator --") public ParamListIterator decrement()
Copyright © 2024. All rights reserved.