Set default value for StatefulNnApiDelegate::Options::max_number_delegated_partitions to 3
PiperOrigin-RevId: 300719442 Change-Id: I22ffc0525091621bc17c40704d730d7ce271b361
This commit is contained in:
parent
af2cbb3b50
commit
12ac62636b
@ -88,7 +88,7 @@ class StatefulNnApiDelegate : public TfLiteDelegate {
|
|||||||
// <max_number_delegated_partitions> of them will be actually accelerated.
|
// <max_number_delegated_partitions> of them will be actually accelerated.
|
||||||
// The selection is currently done sorting partitions in decreasing order
|
// The selection is currently done sorting partitions in decreasing order
|
||||||
// of number of nodes and selecting them until the limit is reached.
|
// of number of nodes and selecting them until the limit is reached.
|
||||||
int max_number_delegated_partitions = 0;
|
int max_number_delegated_partitions = 3;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Uses default options.
|
// Uses default options.
|
||||||
|
Loading…
Reference in New Issue
Block a user