@Namespace(value="c10d") @Properties(inherit=torch.class) public class ReduceOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ReduceOptions()
Default native constructor.
|
ReduceOptions(long size)
Native array allocator.
|
ReduceOptions(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
ReduceOptions |
getPointer(long i) |
ReduceOptions |
position(long position) |
ReduceOp |
reduceOp() |
ReduceOptions |
reduceOp(ReduceOp setter) |
long |
rootRank() |
ReduceOptions |
rootRank(long setter) |
long |
rootTensor() |
ReduceOptions |
rootTensor(long setter) |
org.bytedeco.javacpp.chrono.Milliseconds |
timeout() |
ReduceOptions |
timeout(org.bytedeco.javacpp.chrono.Milliseconds setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public ReduceOptions()
public ReduceOptions(long size)
Pointer.position(long)
.public ReduceOptions(Pointer p)
Pointer(Pointer)
.public ReduceOptions position(long position)
public ReduceOptions getPointer(long i)
getPointer
in class Pointer
public ReduceOptions reduceOp(ReduceOp setter)
public ReduceOptions rootRank(long setter)
public ReduceOptions rootTensor(long setter)
@ByRef @NoOffset public org.bytedeco.javacpp.chrono.Milliseconds timeout()
public ReduceOptions timeout(org.bytedeco.javacpp.chrono.Milliseconds setter)
Copyright © 2024. All rights reserved.