@Namespace(value="nvinfer1::apiv") @Properties(inherit=nvinfer.class) public class VFullyConnectedLayer extends VRoot
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
VFullyConnectedLayer(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Weights |
getBiasWeights() |
Weights |
getKernelWeights() |
int |
getNbOutputChannels() |
void |
setBiasWeights(Weights weights) |
void |
setKernelWeights(Weights weights) |
void |
setNbOutputChannels(int nbOutputs) |
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 VFullyConnectedLayer(Pointer p)
Pointer(Pointer).@NoException(value=true) public void setNbOutputChannels(int nbOutputs)
@NoException(value=true) public int getNbOutputChannels()
@NoException(value=true) public void setKernelWeights(@ByVal Weights weights)
@ByVal @NoException(value=true) public Weights getKernelWeights()
@NoException(value=true) public void setBiasWeights(@ByVal Weights weights)
@ByVal @NoException(value=true) public Weights getBiasWeights()
Copyright © 2024. All rights reserved.