Click or drag to resize

BufferFromString Method

http://www.emgu.com
Create a new Buffer from raw protobuf data

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public static Buffer FromString(
	byte[] rawProtoBuf
)

Parameters

rawProtoBuf
Type: SystemByte
The raw protobuf data

Return Value

Type: Buffer
A Tensorflow buffer
See Also