Click or drag to resize

GraphRaggedTensorToTensor Method

http://www.emgu.com
RaggedTensorToTensor

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation RaggedTensorToTensor(
	Output shape,
	Output values,
	Output default_value,
	Output row_partition_tensors,
	string[] row_partition_types,
	string opName = "RaggedTensorToTensor"
)

Parameters

shape
Type: Emgu.TFOutput
Input to the operation.
values
Type: Emgu.TFOutput
Input to the operation.
default_value
Type: Emgu.TFOutput
Input to the operation.
row_partition_tensors
Type: Emgu.TFOutput
Input to the operation.
row_partition_types
Type: SystemString
row partition types
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also