ETcVnLayerNameType
Offer different types of neural network model layer names
Syntax
Definition:
enum ETcVnLayerNameType : LONG
{
LNT_ALL = 0,
LNT_OUTPUTS = 1,
LNT_INPUTS = 2
};Values
|
Name |
Description |
|---|---|
|
LNT_ALL |
Return the name of all layers |
|
LNT_OUTPUTS |
Return the names of unconnected output layers |
|
LNT_INPUTS |
Return the names of model inputs |