Click or drag to resize

GraphRestore Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Restore

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] tensor(type: DtInvalid).
See Also