Click or drag to resize

GraphRestore Method

http://www.emgu.com
Restore

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation Restore(
	Output file_pattern,
	Output tensor_name,
	DataType dt,
	long preferred_shard = -1,
	string opName = "Restore"
)

Parameters

file_pattern
Type: Emgu.TFOutput
Input to the operation.
tensor_name
Type: Emgu.TFOutput
Input to the operation.
dt
Type: Emgu.TFDataType
dt
preferred_shard (Optional)
Type: SystemInt64
preferred shard
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also