Click or drag to resize

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.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public void SetPrefix(
	string prefix
)

Parameters

prefix
Type: SystemString
The node prefix
See Also