#include <delegate_plugin.h>
Struct to hold all the methods for a delegate plugin.
Public attributes |
|
---|---|
create
|
Function to allocate and construct a delegate.
|
destroy
|
Function to deallocate a delegate.
|
get_delegate_errno
|
Function to return an error code for the last delegate operation.
|
TfLiteDelegatePluginCreateFunc * TfLiteDelegatePlugin::create
Function to allocate and construct a delegate.
TfLiteDelegatePluginDestroyFunc * TfLiteDelegatePlugin::destroy
Function to deallocate a delegate.
TfLiteDelegatePluginGetDelegateErrnoFunc * TfLiteDelegatePlugin::get_delegate_errno
Function to return an error code for the last delegate operation.