@Namespace(value="cv::dnn") @NoOffset @Properties(inherit=opencv_dnn.class) public class ConvolutionLayerInt8 extends BaseConvolutionLayer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ConvolutionLayerInt8()
Default native constructor.
|
ConvolutionLayerInt8(long size)
Native array allocator.
|
ConvolutionLayerInt8(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static BaseConvolutionLayer |
create(LayerParams params) |
ConvolutionLayerInt8 |
getPointer(long i) |
int |
input_zp() |
ConvolutionLayerInt8 |
input_zp(int setter) |
float |
output_sc() |
ConvolutionLayerInt8 |
output_sc(float setter) |
int |
output_zp() |
ConvolutionLayerInt8 |
output_zp(int setter) |
ConvolutionLayerInt8 |
position(long position) |
adjust_pads, adjust_pads, adjustPad, adjustPad, dilation, dilation, dilations, dilations, kernel_size, kernel_size, kernel, kernel, numOutput, numOutput, pad, pad, padMode, padMode, pads_begin, pads_begin, pads_end, pads_end, stride, stride, strides, stridesapplyHalideScheduler, 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, updateMemoryShapesclear, empty, getDefaultName, read, save, save, write, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, 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 ConvolutionLayerInt8()
public ConvolutionLayerInt8(long size)
Pointer.position(long).public ConvolutionLayerInt8(Pointer p)
Pointer(Pointer).public ConvolutionLayerInt8 position(long position)
public ConvolutionLayerInt8 getPointer(long i)
getPointer in class Layerpublic int input_zp()
public ConvolutionLayerInt8 input_zp(int setter)
public int output_zp()
public ConvolutionLayerInt8 output_zp(int setter)
public float output_sc()
public ConvolutionLayerInt8 output_sc(float setter)
@opencv_core.Ptr public static BaseConvolutionLayer create(@Const @ByRef LayerParams params)
Copyright © 2022. All rights reserved.