Click or drag to resize

GraphBarrierInsertMany Method

http://www.emgu.com
BarrierInsertMany

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation BarrierInsertMany(
	Output handle,
	Output keys,
	Output values,
	long component_index,
	string opName = "BarrierInsertMany"
)

Parameters

handle
Type: Emgu.TFOutput
Input to the operation.
keys
Type: Emgu.TFOutput
Input to the operation.
values
Type: Emgu.TFOutput
Input to the operation.
component_index
Type: SystemInt64
component index
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also