Searched defs:TfLiteHexagonDelegateOptions (Results 1 – 1 of 1) sorted by relevance
25 struct TFL_CAPI_EXPORT TfLiteHexagonDelegateOptions { struct28 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