@Namespace(value="cv::dnn") @NoOffset @Properties(inherit=opencv_dnn.class) public class DequantizeLayer extends Layer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
DequantizeLayer()
Default native constructor.
|
DequantizeLayer(long size)
Native array allocator.
|
DequantizeLayer(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
static DequantizeLayer |
create(LayerParams params) |
DequantizeLayer |
getPointer(long i) |
DequantizeLayer |
position(long position) |
FloatPointer |
scales() |
DequantizeLayer |
scales(FloatPointer setter) |
IntPointer |
zeropoints() |
DequantizeLayer |
zeropoints(IntPointer setter) |
applyHalideScheduler, asAlgorithm, asAlgorithm, blobs, blobs, finalize, finalize, finalize, finalize, finalize, forward_fallback, forward_fallback, forward_fallback, forward, forward, forward, forward, getFLOPS, getMemoryShapes, getScaleShift, getScaleZeropoint, getScaleZeropoint, getScaleZeropoint, inputNameToIndex, inputNameToIndex, name, name, outputNameToIndex, outputNameToIndex, preferableTarget, preferableTarget, run, setActivation, setParamsFrom, supportBackend, tryAttach, tryFuse, tryQuantize, type, type, unsetAttached, updateMemoryShapes
clear, empty, getDefaultName, read, save, save, write, write, write
address, 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, zero
public DequantizeLayer()
public DequantizeLayer(long size)
Pointer.position(long)
.public DequantizeLayer(Pointer p)
Pointer(Pointer)
.public DequantizeLayer position(long position)
public DequantizeLayer getPointer(long i)
getPointer
in class Layer
@StdVector public FloatPointer scales()
public DequantizeLayer scales(FloatPointer setter)
@StdVector public IntPointer zeropoints()
public DequantizeLayer zeropoints(IntPointer setter)
@opencv_core.Ptr public static DequantizeLayer create(@Const @ByRef LayerParams params)
Copyright © 2024. All rights reserved.