Stay organized with collections
Save and categorize content based on your preferences.
TfLiteDelegateParams
#include <common.h>
WARNING: This is an experimental interface that is subject to change.
Summary
Currently, TfLiteDelegateParams has to be allocated in a way that it's trivially destructable. It will be stored as builtin_data field in TfLiteNode of the delegate node.
See also the CreateDelegateParams function in interpreter.cc details.