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

Parameters

prefix
Type: SystemString
The node prefix
See Also