@Namespace(value="nvinfer1::apiv") @Properties(inherit=nvinfer.class) public class VNormalizationLayer extends VRoot
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
VNormalizationLayer(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAxes() |
nvinfer.DataType |
getComputePrecision() |
float |
getEpsilon() |
int |
getNbGroups() |
void |
setAxes(int axesMask) |
void |
setComputePrecision(int type) |
void |
setComputePrecision(nvinfer.DataType type) |
void |
setEpsilon(float eps) |
void |
setNbGroups(int nbGroups) |
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 VNormalizationLayer(Pointer p)
Pointer(Pointer).@NoException(value=true) public void setEpsilon(float eps)
@NoException(value=true) public float getEpsilon()
@NoException(value=true) public void setAxes(@Cast(value="uint32_t") int axesMask)
@Cast(value="uint32_t") @NoException(value=true) public int getAxes()
@NoException(value=true) public void setNbGroups(int nbGroups)
@NoException(value=true) public int getNbGroups()
@NoException(value=true) public void setComputePrecision(nvinfer.DataType type)
@NoException(value=true) public void setComputePrecision(@Cast(value="nvinfer1::DataType") int type)
@NoException(value=true) public nvinfer.DataType getComputePrecision()
Copyright © 2024. All rights reserved.