Class Layer
This interface class allows to build new Layers - are building blocks of networks.
public class Layer : SharedPtrObject, IDisposable
- Inheritance
-
Layer
- Implements
- Inherited Members
Properties
Blobs
List of learned parameters must be stored here to allow read them by using Net::getParam().
public VectorOfMat Blobs { get; }
Property Value
Name
The name of the layer
public string Name { get; }
Property Value
PreferableTarget
The preferable target
public Target PreferableTarget { get; }
Property Value
Type
The layer type
public string Type { get; }
Property Value
Methods
DisposeObject()
Release the unmanaged memory associated with this Layer.
protected override void DisposeObject()