Click or drag to resize

GraphRestoreV2 Method

http://www.emgu.com
RestoreV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation RestoreV2(
	Output prefix,
	Output tensor_names,
	Output shape_and_slices,
	DataType[] dtypes,
	string opName = "RestoreV2"
)

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.
dtypes
Type: Emgu.TFDataType
dtypes
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also