HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dnnl_provider_options.h
Go to the documentation of this file.
1 // Copyright(C) 2022 Intel Corporation
2 // Licensed under the MIT License
3 #pragma once
4 
6  int use_arena; // If arena is used, use_arena 0 = not used, nonzero = used
7  void* threadpool_args; // Used to enable configure the oneDNN threadpool
8 };