Click or drag to resize

GraphReaderRestoreStateV2 Method

http://www.emgu.com
ReaderRestoreStateV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation ReaderRestoreStateV2(
	Output reader_handle,
	Output state,
	string opName = "ReaderRestoreStateV2"
)

Parameters

reader_handle
Type: Emgu.TFOutput
Input to the operation.
state
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.ReaderRestoreStateV2(Emgu.TF.Output,Emgu.TF.Output,System.String)"]

See Also