Click or drag to resize

GraphCompositeTensorVariantToComponents Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation CompositeTensorVariantToComponents(
	Output encoded,
	string metadata,
	DataType[] Tcomponents,
	string opName = "CompositeTensorVariantToComponents"
)

Parameters

encoded
Type: Emgu.TFOutput
Input to the operation.
metadata
Type: SystemString
metadata
Tcomponents
Type: Emgu.TFDataType
Tcomponents
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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