Home
last modified time | relevance | path

Searched defs:TfLiteHexagonDelegateOptions (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/hexagon/
Dhexagon_delegate.h25 struct TFL_CAPI_EXPORT TfLiteHexagonDelegateOptions { struct
28 int debug_level;
33 int powersave_level;
38 bool print_graph_profile;
44 bool print_graph_debug;
49 int max_delegated_partitions;
52 int min_nodes_per_partition;
59 bool enable_dynamic_batch_size;
69 int max_batch_size;
96 TfLiteHexagonDelegateCreate(const TfLiteHexagonDelegateOptions* options); argument