@Namespace(value="nvinfer1::apiv") @Properties(inherit=nvinfer.class) public class VFillLayer extends VRoot
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
VFillLayer(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAlpha() |
long |
getAlphaInt64() |
double |
getBeta() |
long |
getBetaInt64() |
Dims64 |
getDimensions() |
nvinfer.FillOperation |
getOperation() |
nvinfer.DataType |
getToType() |
boolean |
isAlphaBetaInt64() |
void |
setAlpha(double alpha) |
void |
setAlphaInt64(long alpha) |
void |
setBeta(double beta) |
void |
setBetaInt64(long beta) |
void |
setDimensions(Dims64 dimensions) |
void |
setOperation(int op) |
void |
setOperation(nvinfer.FillOperation op) |
void |
setToType(int toType) |
void |
setToType(nvinfer.DataType toType) |
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 VFillLayer(Pointer p)
Pointer(Pointer).@NoException(value=true) public void setDimensions(@Cast(value="const nvinfer1::Dims*") @ByRef Dims64 dimensions)
@ByVal @Cast(value="nvinfer1::Dims*") @NoException(value=true) public Dims64 getDimensions()
@NoException(value=true) public void setOperation(nvinfer.FillOperation op)
@NoException(value=true) public void setOperation(@Cast(value="nvinfer1::FillOperation") int op)
@NoException(value=true) public nvinfer.FillOperation getOperation()
@NoException(value=true) public void setAlpha(double alpha)
@NoException(value=true) public double getAlpha()
@NoException(value=true) public void setBeta(double beta)
@NoException(value=true) public double getBeta()
@NoException(value=true) public void setAlphaInt64(@Cast(value="int64_t") long alpha)
@Cast(value="int64_t") @NoException(value=true) public long getAlphaInt64()
@NoException(value=true) public void setBetaInt64(@Cast(value="int64_t") long beta)
@Cast(value="int64_t") @NoException(value=true) public long getBetaInt64()
@Cast(value="bool") @NoException(value=true) public boolean isAlphaBetaInt64()
@NoException(value=true) public nvinfer.DataType getToType()
@NoException(value=true) public void setToType(nvinfer.DataType toType)
@NoException(value=true) public void setToType(@Cast(value="nvinfer1::DataType") int toType)
Copyright © 2025. All rights reserved.