@Namespace(value="cv::dnn") @NoOffset @Properties(inherit=opencv_dnn.class) public class ReduceLayer extends Layer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ReduceLayer()
Default native constructor.
|
ReduceLayer(long size)
Native array allocator.
|
ReduceLayer(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ReduceLayer |
create(LayerParams params) |
ReduceLayer |
getPointer(long i) |
ReduceLayer |
position(long position) |
SizeTPointer |
reduceDims() |
ReduceLayer |
reduceDims(SizeTPointer setter) |
int |
reduceType() |
ReduceLayer |
reduceType(int setter) |
SizeTPointer |
targetDims() |
ReduceLayer |
targetDims(SizeTPointer setter) |
applyHalideScheduler, 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, 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 ReduceLayer()
public ReduceLayer(long size)
Pointer.position(long).public ReduceLayer(Pointer p)
Pointer(Pointer).public ReduceLayer position(long position)
public ReduceLayer getPointer(long i)
getPointer in class Layerpublic int reduceType()
public ReduceLayer reduceType(int setter)
@Cast(value="size_t*") @StdVector public SizeTPointer reduceDims()
public ReduceLayer reduceDims(SizeTPointer setter)
@Cast(value="size_t*") @StdVector public SizeTPointer targetDims()
public ReduceLayer targetDims(SizeTPointer setter)
@opencv_core.Ptr public static ReduceLayer create(@Const @ByRef LayerParams params)
Copyright © 2023. All rights reserved.