Click or drag to resize

GraphGatherV2 Method

http://www.emgu.com
GatherV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation GatherV2(
	Output parameters,
	Output indices,
	Output axis,
	long batch_dims = 0,
	string opName = "GatherV2"
)

Parameters

parameters
Type: Emgu.TFOutput
Input to the operation.
indices
Type: Emgu.TFOutput
Input to the operation.
axis
Type: Emgu.TFOutput
Input to the operation.
batch_dims (Optional)
Type: SystemInt64
batch dims
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also