Click or drag to resize

GraphCompositeTensorVariantToComponents Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
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