Click or drag to resize

GraphRaggedRange Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation RaggedRange(
	Output starts,
	Output limits,
	Output deltas,
	Nullable<DataType> Tsplits = null,
	string opName = "RaggedRange"
)

Parameters

starts
Type: Emgu.TFOutput
Input to the operation.
limits
Type: Emgu.TFOutput
Input to the operation.
deltas
Type: Emgu.TFOutput
Input to the operation.
Tsplits (Optional)
Type: SystemNullableDataType
Tsplits
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] rt_nested_splits(type: DtInvalid). [1] rt_dense_values(type: DtInvalid).
See Also