Click or drag to resize

GraphRaggedGather Method

https://www.emgu.com/wiki/index.php/Emgu_TF
RaggedGather

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] output_nested_splits(type: DtInvalid). [1] output_dense_values(type: DtInvalid).
See Also