Click or drag to resize

GraphRaggedTensorToVariant Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation RaggedTensorToVariant(
	Output rt_nested_splits,
	Output rt_dense_values,
	bool batched_input,
	string opName = "RaggedTensorToVariant"
)

Parameters

rt_nested_splits
Type: Emgu.TFOutput
Input to the operation.
rt_dense_values
Type: Emgu.TFOutput
Input to the operation.
batched_input
Type: SystemBoolean
batched input
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] encoded_ragged(type: DtVariant).
See Also