Click or drag to resize

GraphRaggedRange Method

http://www.emgu.com
RaggedRange

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
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

[Missing <returns> documentation for "M:Emgu.TF.Graph.RaggedRange(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Nullable{Emgu.TF.DataType},System.String)"]

See Also