Click or drag to resize

GraphRestoreSlice Method

http://www.emgu.com
RestoreSlice

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

Parameters

file_pattern
Type: Emgu.TFOutput
Input to the operation.
tensor_name
Type: Emgu.TFOutput
Input to the operation.
shape_and_slice
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.RestoreSlice(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.DataType,System.Int64,System.String)"]

See Also