XNNPackDelegateOptions constructor
XNNPackDelegateOptions({
- int numThreads = 1,
Implementation
factory XNNPackDelegateOptions({
int numThreads = 1,
}) {
return XNNPackDelegateOptions._(TfLiteXNNPackDelegateOptions.allocate(
1,
));
}