Click or drag to resize

TensorDecodeString Method

http://www.emgu.com
Decode a string encoded

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public byte[] DecodeString(
	Status status = null
)

Parameters

status (Optional)
Type: Emgu.TFStatus
The status

Return Value

Type: Byte
The decoded string.
See Also