XNNPackDelegateOptions constructor

XNNPackDelegateOptions({
  1. int numThreads = 1,
})

Implementation

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