@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(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) |
applyHalideScheduler, blobs, blobs, finalize, finalize, finalize, finalize, finalize, forward_fallback, forward_fallback, forward_fallback, forward, forward, forward, forward, getFLOPS, getMemoryShapes, getScaleShift, inputNameToIndex, inputNameToIndex, name, name, outputNameToIndex, outputNameToIndex, position, preferableTarget, preferableTarget, run, setActivation, setParamsFrom, supportBackend, tryAttach, tryFuse, type, type, unsetAttachedclear, empty, getDefaultName, read, save, save, write, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic ActivationLayer(Pointer p)
Pointer.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)
Copyright © 2020. All rights reserved.