Click or drag to resize

GraphRaggedTensorFromVariant Method

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

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