@Namespace(value="nvinfer1") @NoOffset @Properties(inherit=nvinfer.class) public class IScaleLayer extends ILayer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
IScaleLayer(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getChannelAxis()
\brief Get the channel axis.
|
nvinfer.ScaleMode |
getMode()
\brief Get the scale mode.
|
Weights |
getPower()
\brief Get the power value.
|
Weights |
getScale()
\brief Get the scale value.
|
Weights |
getShift()
\brief Get the shift value.
|
void |
setChannelAxis(int channelAxis)
\brief Set the channel axis.
|
void |
setMode(int mode) |
void |
setMode(nvinfer.ScaleMode mode)
\brief Set the scale mode.
|
void |
setPower(Weights power)
\brief Set the power value.
|
void |
setScale(Weights scale)
\brief Set the scale value.
|
void |
setShift(Weights shift)
\brief Set the shift value.
|
getInput, getMetadata, getName, getNbInputs, getNbOutputs, getOutput, getOutputType, getPrecision, getType, outputTypeIsSet, precisionIsSet, resetOutputType, resetPrecision, setInput, setMetadata, setMetadata, setName, setName, setOutputType, setOutputType, setPrecision, setPrecisionaddress, 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, zeropublic IScaleLayer(Pointer p)
Pointer(Pointer).@NoException(value=true) public void setMode(nvinfer.ScaleMode mode)
getMode()@NoException(value=true) public void setMode(@Cast(value="nvinfer1::ScaleMode") int mode)
@NoException(value=true) public nvinfer.ScaleMode getMode()
setMode()@NoException(value=true) public void setShift(@ByVal Weights shift)
getShift()@ByVal @NoException(value=true) public Weights getShift()
setShift()@NoException(value=true) public void setScale(@ByVal Weights scale)
getScale()@ByVal @NoException(value=true) public Weights getScale()
setScale()@NoException(value=true) public void setPower(@ByVal Weights power)
getPower()@ByVal @NoException(value=true) public Weights getPower()
setPower()@NoException(value=true) public int getChannelAxis()
addScaleNd()@NoException(value=true) public void setChannelAxis(int channelAxis)
addScaleNd()Copyright © 2025. All rights reserved.