Click or drag to resize

GraphSaveV2 Method

http://www.emgu.com
SaveV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation SaveV2(
	Output prefix,
	Output tensor_names,
	Output shape_and_slices,
	Output tensors,
	string opName = "SaveV2"
)

Parameters

prefix
Type: Emgu.TFOutput
Input to the operation.
tensor_names
Type: Emgu.TFOutput
Input to the operation.
shape_and_slices
Type: Emgu.TFOutput
Input to the operation.
tensors
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.SaveV2(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.String)"]

See Also