Click or drag to resize

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
Syntax
public void SetPrefix(
	string prefix
)

Parameters

prefix
Type: SystemString
The node prefix
See Also