Click or drag to resize

GraphRaggedGather Method

http://www.emgu.com
RaggedGather

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation RaggedGather(
	Output params_nested_splits,
	Output params_dense_values,
	Output indices,
	long OUTPUT_RAGGED_RANK,
	string opName = "RaggedGather"
)

Parameters

params_nested_splits
Type: Emgu.TFOutput
Input to the operation.
params_dense_values
Type: Emgu.TFOutput
Input to the operation.
indices
Type: Emgu.TFOutput
Input to the operation.
OUTPUT_RAGGED_RANK
Type: SystemInt64
OUTPUT RAGGED RANK
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also