Click or drag to resize

GraphTensorArrayGatherV2 Method

http://www.emgu.com
TensorArrayGatherV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation TensorArrayGatherV2(
	Output handle,
	Output indices,
	Output flow_in,
	DataType dtype,
	long[] element_shape = null,
	string opName = "TensorArrayGatherV2"
)

Parameters

handle
Type: Emgu.TFOutput
Input to the operation.
indices
Type: Emgu.TFOutput
Input to the operation.
flow_in
Type: Emgu.TFOutput
Input to the operation.
dtype
Type: Emgu.TFDataType
dtype
element_shape (Optional)
Type: SystemInt64
element shape
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also