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
Syntaxpublic TfliteErrorCallback(
Object object,
IntPtr method
)
Public Sub New (
object As Object,
method As IntPtr
)
public:
TfliteErrorCallback(
Object^ object,
IntPtr method
)
new :
object : Object *
method : IntPtr -> TfliteErrorCallback
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