Click or drag to resize

GraphRaggedTensorToVariant Method

http://www.emgu.com
RaggedTensorToVariant

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

[Missing <returns> documentation for "M:Emgu.TF.Graph.RaggedTensorToVariant(Emgu.TF.Output,Emgu.TF.Output,System.Boolean,System.String)"]

See Also