Click or drag to resize

TfLiteInvokeTfliteErrorCallback Constructor

http://www.emgu.com

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite.Netstandard (in Emgu.TF.Lite.Netstandard.dll) Version: 1.0.0
Syntax
public TfliteErrorCallback(
	Object object,
	IntPtr method
)

Parameters

object
Type: SystemObject

[Missing <param name="object"/> documentation for "M:Emgu.TF.Lite.TfLiteInvoke.TfliteErrorCallback.#ctor(System.Object,System.IntPtr)"]

method
Type: SystemIntPtr

[Missing <param name="method"/> documentation for "M:Emgu.TF.Lite.TfLiteInvoke.TfliteErrorCallback.#ctor(System.Object,System.IntPtr)"]

See Also