Click or drag to resize

Tensor Constructor

http://www.emgu.com
Create a Tensor from the native tensorflow lite tensor pointer

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 Tensor(
	IntPtr ptr,
	bool needDispose
)

Parameters

ptr
Type: SystemIntPtr
A native tensorflow lite tensor pointer
needDispose
Type: SystemBoolean
If true, we need to dispose the tensor upon object disposal. If false, we assume the tensor will be freed by the parent object.
See Also