@Namespace(value="nvinfer1::apiv") @Properties(inherit=nvinfer.class) public class VScaleLayer extends VRoot
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
VScaleLayer(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getChannelAxis() |
nvinfer.ScaleMode |
getMode() |
Weights |
getPower() |
Weights |
getScale() |
Weights |
getShift() |
void |
setChannelAxis(int channelAxis) |
void |
setMode(int mode) |
void |
setMode(nvinfer.ScaleMode mode) |
void |
setPower(Weights power) |
void |
setScale(Weights scale) |
void |
setShift(Weights shift) |
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 VScaleLayer(Pointer p)
Pointer(Pointer).@NoException(value=true) public void setMode(nvinfer.ScaleMode mode)
@NoException(value=true) public void setMode(@Cast(value="nvinfer1::ScaleMode") int mode)
@NoException(value=true) public nvinfer.ScaleMode getMode()
@NoException(value=true) public void setShift(@ByVal Weights shift)
@ByVal @NoException(value=true) public Weights getShift()
@NoException(value=true) public void setScale(@ByVal Weights scale)
@ByVal @NoException(value=true) public Weights getScale()
@NoException(value=true) public void setPower(@ByVal Weights power)
@ByVal @NoException(value=true) public Weights getPower()
@NoException(value=true) public int getChannelAxis()
@NoException(value=true) public void setChannelAxis(int channelAxis)
Copyright © 2024. All rights reserved.