@Namespace(value="cv::dnn") @Properties(inherit=opencv_dnn.class) public class ActivationLayer extends Layer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ActivationLayer(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
forwardSlice(byte[] src,
byte[] lut,
byte[] dst,
int len,
long outPlaneSize,
int cn0,
int cn1) |
void |
forwardSlice(ByteBuffer src,
ByteBuffer lut,
ByteBuffer dst,
int len,
long outPlaneSize,
int cn0,
int cn1) |
void |
forwardSlice(BytePointer src,
BytePointer lut,
BytePointer dst,
int len,
long outPlaneSize,
int cn0,
int cn1) |
void |
forwardSlice(float[] src,
float[] dst,
int len,
long outPlaneSize,
int cn0,
int cn1) |
void |
forwardSlice(FloatBuffer src,
FloatBuffer dst,
int len,
long outPlaneSize,
int cn0,
int cn1) |
void |
forwardSlice(FloatPointer src,
FloatPointer dst,
int len,
long outPlaneSize,
int cn0,
int cn1) |
void |
forwardSlice(int[] src,
int[] lut,
int[] dst,
int len,
long outPlaneSize,
int cn0,
int cn1) |
void |
forwardSlice(IntBuffer src,
IntBuffer lut,
IntBuffer dst,
int len,
long outPlaneSize,
int cn0,
int cn1) |
void |
forwardSlice(IntPointer src,
IntPointer lut,
IntPointer dst,
int len,
long outPlaneSize,
int cn0,
int cn1) |
applyHalideScheduler, blobs, blobs, finalize, finalize, finalize, finalize, finalize, forward_fallback, forward_fallback, forward_fallback, forward, forward, forward, forward, getFLOPS, getMemoryShapes, getPointer, getScaleShift, getScaleZeropoint, getScaleZeropoint, getScaleZeropoint, inputNameToIndex, inputNameToIndex, name, name, outputNameToIndex, outputNameToIndex, position, 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 ActivationLayer(Pointer p)
Pointer(Pointer).public void forwardSlice(@Const FloatPointer src, FloatPointer dst, int len, @Cast(value="size_t") long outPlaneSize, int cn0, int cn1)
public void forwardSlice(@Const FloatBuffer src, FloatBuffer dst, int len, @Cast(value="size_t") long outPlaneSize, int cn0, int cn1)
public void forwardSlice(@Const float[] src, float[] dst, int len, @Cast(value="size_t") long outPlaneSize, int cn0, int cn1)
public void forwardSlice(@Const IntPointer src, @Const IntPointer lut, IntPointer dst, int len, @Cast(value="size_t") long outPlaneSize, int cn0, int cn1)
public void forwardSlice(@Const IntBuffer src, @Const IntBuffer lut, IntBuffer dst, int len, @Cast(value="size_t") long outPlaneSize, int cn0, int cn1)
public void forwardSlice(@Const int[] src, @Const int[] lut, int[] dst, int len, @Cast(value="size_t") long outPlaneSize, int cn0, int cn1)
public void forwardSlice(@Cast(value="const cv::int8_t*") BytePointer src, @Cast(value="const cv::int8_t*") BytePointer lut, @Cast(value="cv::int8_t*") BytePointer dst, int len, @Cast(value="size_t") long outPlaneSize, int cn0, int cn1)
public void forwardSlice(@Cast(value="const cv::int8_t*") ByteBuffer src, @Cast(value="const cv::int8_t*") ByteBuffer lut, @Cast(value="cv::int8_t*") ByteBuffer dst, int len, @Cast(value="size_t") long outPlaneSize, int cn0, int cn1)
Copyright © 2022. All rights reserved.