@Namespace(value="nvinfer1::apiv") @Properties(inherit=nvinfer.class) public class VShuffleLayer extends VRoot
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
VShuffleLayer(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Permutation |
getFirstTranspose() |
Dims32 |
getReshapeDimensions() |
Permutation |
getSecondTranspose() |
boolean |
getZeroIsPlaceholder() |
void |
setFirstTranspose(Permutation permutation) |
void |
setReshapeDimensions(Dims32 dimensions) |
void |
setSecondTranspose(Permutation permutation) |
void |
setZeroIsPlaceholder(boolean zeroIsPlaceholder) |
getPointer, positionaddress, 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, zeropublic VShuffleLayer(Pointer p)
Pointer(Pointer).@NoException(value=true) public void setFirstTranspose(@Const @ByRef Permutation permutation)
@Const @ByRef @NoException(value=true) public Permutation getFirstTranspose()
@NoException(value=true) public void setReshapeDimensions(@ByVal @Cast(value="nvinfer1::Dims*") Dims32 dimensions)
@ByVal @Cast(value="nvinfer1::Dims*") @NoException(value=true) public Dims32 getReshapeDimensions()
@NoException(value=true) public void setSecondTranspose(@Const @ByRef Permutation permutation)
@Const @ByRef @NoException(value=true) public Permutation getSecondTranspose()
@NoException(value=true) public void setZeroIsPlaceholder(@Cast(value="bool") boolean zeroIsPlaceholder)
@Cast(value="bool") @NoException(value=true) public boolean getZeroIsPlaceholder()
Copyright © 2024. All rights reserved.