@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() |
double |
getBeta() |
Dims32 |
getDimensions() |
nvinfer.FillOperation |
getOperation() |
void |
setAlpha(double alpha) |
void |
setBeta(double beta) |
void |
setDimensions(Dims32 dimensions) |
void |
setOperation(int op) |
void |
setOperation(nvinfer.FillOperation op) |
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(@ByVal @Cast(value="nvinfer1::Dims*") Dims32 dimensions)
@ByVal @Cast(value="nvinfer1::Dims*") @NoException(value=true) public Dims32 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()
Copyright © 2024. All rights reserved.