tensorflow/lite/g3doc/api_docs/c/struct/tf-lite-delegate-params.html
#include <common.h>
WARNING: This is an experimental interface that is subject to change.
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.
|
|
| --- |
| delegate |
struct TfLiteDelegate *
|
| input_tensors |
TfLiteIntArray *
|
| nodes_to_replace |
TfLiteIntArray *
|
| output_tensors |
TfLiteIntArray *
|
struct[TfLiteDelegate](/lite/api_docs/c/struct/tf-lite-delegate.html#struct_tf_lite_delegate)* TfLiteDelegateParams::delegate
[TfLiteIntArray](/lite/api_docs/c/struct/tf-lite-int-array.html#struct_tf_lite_int_array)* TfLiteDelegateParams::input_tensors
[TfLiteIntArray](/lite/api_docs/c/struct/tf-lite-int-array.html#struct_tf_lite_int_array)* TfLiteDelegateParams::nodes_to_replace
[TfLiteIntArray](/lite/api_docs/c/struct/tf-lite-int-array.html#struct_tf_lite_int_array)* TfLiteDelegateParams::output_tensors