| Package | Description |
|---|---|
| org.bytedeco.opencv.opencv_dnn |
| Modifier and Type | Method and Description |
|---|---|
LayerParams |
LayerParams.blobs(MatVector setter) |
LayerParams |
LayerParams.getPointer(long i) |
LayerParams |
LayerParams.name(BytePointer setter) |
LayerParams |
LayerParams.position(long position) |
LayerParams |
LayerParams.type(BytePointer setter) |
| Modifier and Type | Method and Description |
|---|---|
int |
Net.addLayer(BytePointer name,
BytePointer type,
int dtype,
LayerParams params)
\brief Adds new layer to the net.
|
int |
Net.addLayer(BytePointer name,
BytePointer type,
LayerParams params)
\overload Datatype of output blobs set to default CV_32F
|
int |
Net.addLayer(String name,
String type,
int dtype,
LayerParams params) |
int |
Net.addLayer(String name,
String type,
LayerParams params) |
int |
Net.addLayerToPrev(BytePointer name,
BytePointer type,
int dtype,
LayerParams params)
\brief Adds new layer and connects its first input to the first output of previously added layer.
|
int |
Net.addLayerToPrev(BytePointer name,
BytePointer type,
LayerParams params)
\overload
|
int |
Net.addLayerToPrev(String name,
String type,
int dtype,
LayerParams params) |
int |
Net.addLayerToPrev(String name,
String type,
LayerParams params) |
Layer |
LayerFactory.Constructor.call(LayerParams params) |
static TanLayer |
TanLayer.create(LayerParams params) |
static SinLayer |
SinLayer.create(LayerParams params) |
static PoolingLayerInt8 |
PoolingLayerInt8.create(LayerParams params) |
static InnerProductLayerInt8 |
InnerProductLayerInt8.create(LayerParams params) |
static FloorLayer |
FloorLayer.create(LayerParams params) |
static CosLayer |
CosLayer.create(LayerParams params) |
static BaseConvolutionLayer |
ConvolutionLayerInt8.create(LayerParams params) |
static Layer |
CompareLayer.create(LayerParams params) |
static Layer |
ChannelsPReLULayer.create(LayerParams params) |
static CeluLayer |
CeluLayer.create(LayerParams params) |
static CeilLayer |
CeilLayer.create(LayerParams params) |
static Layer |
BlankLayer.create(LayerParams params) |
static BatchNormLayerInt8 |
BatchNormLayerInt8.create(LayerParams params) |
static SoftmaxLayerInt8 |
SoftmaxLayerInt8.create(LayerParams params) |
static RoundLayer |
RoundLayer.create(LayerParams params) |
static MVNLayer |
MVNLayer.create(LayerParams params) |
static LogLayer |
LogLayer.create(LayerParams params) |
static HardSigmoidLayer |
HardSigmoidLayer.create(LayerParams params) |
static EltwiseLayerInt8 |
EltwiseLayerInt8.create(LayerParams params) |
static EltwiseLayer |
EltwiseLayer.create(LayerParams params) |
static CoshLayer |
CoshLayer.create(LayerParams params) |
static BNLLLayer |
BNLLLayer.create(LayerParams params) |
static AtanhLayer |
AtanhLayer.create(LayerParams params) |
static ThresholdedReluLayer |
ThresholdedReluLayer.create(LayerParams params) |
static SqrtLayer |
SqrtLayer.create(LayerParams params) |
static SeluLayer |
SeluLayer.create(LayerParams params) |
static NotLayer |
NotLayer.create(LayerParams params) |
static FlowWarpLayer |
FlowWarpLayer.create(LayerParams params) |
static ELULayer |
ELULayer.create(LayerParams params) |
static DetectionOutputLayer |
DetectionOutputLayer.create(LayerParams params) |
static BaseConvolutionLayer |
DeconvolutionLayer.create(LayerParams params) |
static Layer |
CropLayer.create(LayerParams params) |
static AtanLayer |
AtanLayer.create(LayerParams params) |
static ArgLayer |
ArgLayer.create(LayerParams params) |
static AcosLayer |
AcosLayer.create(LayerParams params) |
static AbsLayer |
AbsLayer.create(LayerParams params) |
static TanHLayer |
TanHLayer.create(LayerParams params) |
static SplitLayer |
SplitLayer.create(LayerParams params) |
static SoftsignLayer |
SoftsignLayer.create(LayerParams params) |
static SoftmaxLayer |
SoftmaxLayer.create(LayerParams params) |
static SliceLayer |
SliceLayer.create(LayerParams params) |
static SigmoidLayer |
SigmoidLayer.create(LayerParams params) |
static Layer |
ShuffleChannelLayer.create(LayerParams params) |
static Layer |
ShiftLayer.create(LayerParams params) |
static MishLayer |
MishLayer.create(LayerParams params) |
static InnerProductLayer |
InnerProductLayer.create(LayerParams params) |
static FlattenLayer |
FlattenLayer.create(LayerParams params) |
static DataAugmentationLayer |
DataAugmentationLayer.create(LayerParams params) |
static Layer |
CropAndResizeLayer.create(LayerParams params) |
static AsinLayer |
AsinLayer.create(LayerParams params) |
static AcoshLayer |
AcoshLayer.create(LayerParams params) |
static SwishLayer |
SwishLayer.create(LayerParams params) |
static Layer |
ShiftLayerInt8.create(LayerParams params) |
static ResizeLayer |
ResizeLayer.create(LayerParams params) |
static ReLU6Layer |
ReLU6Layer.create(LayerParams params) |
static QuantizeLayer |
QuantizeLayer.create(LayerParams params) |
static ProposalLayer |
ProposalLayer.create(LayerParams params) |
static PaddingLayer |
PaddingLayer.create(LayerParams params) |
static NormalizeBBoxLayer |
NormalizeBBoxLayer.create(LayerParams params) |
static MaxUnpoolLayer |
MaxUnpoolLayer.create(LayerParams params) |
static Layer |
InterpLayer.create(LayerParams params) |
static GRULayer |
GRULayer.create(LayerParams params)
Creates instance of GRU layer
|
static ErfLayer |
ErfLayer.create(LayerParams params) |
static CumSumLayer |
CumSumLayer.create(LayerParams params) |
static CorrelationLayer |
CorrelationLayer.create(LayerParams params) |
static BaseConvolutionLayer |
ConvolutionLayer.create(LayerParams params) |
static Layer |
ConstLayer.create(LayerParams params) |
static ConcatLayer |
ConcatLayer.create(LayerParams params) |
static BatchNormLayer |
BatchNormLayer.create(LayerParams params) |
static ActivationLayerInt8 |
ActivationLayerInt8.create(LayerParams params) |
static AccumLayer |
AccumLayer.create(LayerParams params) |
static SinhLayer |
SinhLayer.create(LayerParams params) |
static ScaleLayer |
ScaleLayer.create(LayerParams params) |
static RequantizeLayer |
RequantizeLayer.create(LayerParams params) |
static RegionLayer |
RegionLayer.create(LayerParams params) |
static ReLULayer |
ReLULayer.create(LayerParams params) |
static RNNLayer |
RNNLayer.create(LayerParams params)
Creates instance of RNNLayer
|
static PriorBoxLayer |
PriorBoxLayer.create(LayerParams params) |
static PowerLayer |
PowerLayer.create(LayerParams params) |
static PoolingLayer |
PoolingLayer.create(LayerParams params) |
static PermuteLayer |
PermuteLayer.create(LayerParams params) |
static HardSwishLayer |
HardSwishLayer.create(LayerParams params) |
static ExpLayer |
ExpLayer.create(LayerParams params) |
static DequantizeLayer |
DequantizeLayer.create(LayerParams params) |
static AsinhLayer |
AsinhLayer.create(LayerParams params) |
static SoftplusLayer |
SoftplusLayer.create(LayerParams params) |
static ScaleLayerInt8 |
ScaleLayerInt8.create(LayerParams params) |
static ReshapeLayer |
ReshapeLayer.create(LayerParams params) |
static ReorgLayer |
ReorgLayer.create(LayerParams params) |
static LSTMLayer |
LSTMLayer.create(LayerParams params)
Creates instance of LSTM layer
|
static LRNLayer |
LRNLayer.create(LayerParams params) |
static Layer |
LayerFactory.createLayerInstance(BytePointer type,
LayerParams params)
\brief Creates instance of registered layer.
|
static Layer |
LayerFactory.createLayerInstance(String type,
LayerParams params) |
void |
Layer.setParamsFrom(LayerParams params)
Initializes only #name, #type and #blobs fields.
|
boolean |
Layer.tryQuantize(FloatVectorVector scales,
IntVectorVector zeropoints,
LayerParams params)
\brief Tries to quantize the given layer and compute the quantization parameters required for fixed point implementation.
|
| Constructor and Description |
|---|
Layer(LayerParams params)
Initializes only #name, #type and #blobs fields.
|
Copyright © 2022. All rights reserved.