Click or drag to resize

GraphTensorArrayGatherV3 Method

http://www.emgu.com
TensorArrayGatherV3

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

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.TensorArrayGatherV3(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.DataType,System.Int64[],System.String)"]

See Also