ImportGraphDefOptionsSetPrefix Method |
http://www.emgu.com
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.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
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