Click or drag to resize

DynamicBufferWriteToTensor Method

http://www.emgu.com
Fill content into a string tensor.

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite.World (in Emgu.TF.Lite.World.dll) Version: 1.13.1.439 (1.13.1.439)
Syntax
public void WriteToTensor(
	Tensor tensor
)

Parameters

tensor
Type: Emgu.TF.LiteTensor
The string tensor
See Also