Click or drag to resize

GraphRegisterDataset Method

http://www.emgu.com
RegisterDataset

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation RegisterDataset(
	Output dataset,
	Output address,
	Output protocol,
	long external_state_policy,
	string opName = "RegisterDataset"
)

Parameters

dataset
Type: Emgu.TFOutput
Input to the operation.
address
Type: Emgu.TFOutput
Input to the operation.
protocol
Type: Emgu.TFOutput
Input to the operation.
external_state_policy
Type: SystemInt64
external state policy
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also