ImportGraphDefOptionsSetPrefix Method |
https://www.emgu.com/wiki/index.php/Emgu_TF
Set the prefix to be prepended to the names of nodes in `graph_def` that will
be imported into `graph`.
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntaxpublic void SetPrefix(
string prefix
)
Public Sub SetPrefix (
prefix As String
)
public:
void SetPrefix(
String^ prefix
)
member SetPrefix :
prefix : string -> unit
Parameters
- prefix
- Type: SystemString
The node prefix
See Also