Click or drag to resize

TfliteErrorCallback Methods

http://www.emgu.com

The TfLiteInvokeTfliteErrorCallback type exposes the following members.

Methods
  NameDescription
Public methodBeginInvoke
Public methodClone
Creates a shallow copy of the delegate.
(Inherited from Delegate.)
Protected methodCombineImpl
Combines this Delegate with the specified Delegate to form a new delegate.
(Inherited from MulticastDelegate.)
Public methodDynamicInvoke
Dynamically invokes (late-bound) the method represented by the current delegate.
(Inherited from Delegate.)
Protected methodDynamicInvokeImpl
Dynamically invokes (late-bound) the method represented by the current delegate.
(Inherited from Delegate.)
Public methodEndInvoke
Public methodEquals
Determines whether this multicast delegate and the specified object are equal.
(Inherited from MulticastDelegate.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from MulticastDelegate.)
Public methodGetInvocationList
Returns the invocation list of this multicast delegate, in invocation order.
(Inherited from MulticastDelegate.)
Protected methodGetMethodImpl
Returns a static method represented by the current MulticastDelegate.
(Inherited from MulticastDelegate.)
Public methodGetObjectData
Populates a SerializationInfo object with all the data needed to serialize this instance.
(Inherited from MulticastDelegate.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvoke
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodRemoveImpl
Removes an element from the invocation list of this MulticastDelegate that is equal to the specified delegate.
(Inherited from MulticastDelegate.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also