Click or drag to resize

GraphRaggedTensorFromVariant Method

http://www.emgu.com
RaggedTensorFromVariant

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation RaggedTensorFromVariant(
	Output encoded_ragged,
	long input_ragged_rank,
	long output_ragged_rank,
	DataType Tvalues,
	Nullable<DataType> Tsplits = null,
	string opName = "RaggedTensorFromVariant"
)

Parameters

encoded_ragged
Type: Emgu.TFOutput
Input to the operation.
input_ragged_rank
Type: SystemInt64
input ragged rank
output_ragged_rank
Type: SystemInt64
output ragged rank
Tvalues
Type: Emgu.TFDataType
Tvalues
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.RaggedTensorFromVariant(Emgu.TF.Output,System.Int64,System.Int64,Emgu.TF.DataType,System.Nullable{Emgu.TF.DataType},System.String)"]

See Also