HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
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
5
struct
OrtDnnlProviderOptions
{
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
};
OrtDnnlProviderOptions::use_arena
int use_arena
Definition:
dnnl_provider_options.h:6
OrtDnnlProviderOptions
Definition:
dnnl_provider_options.h:5
OrtDnnlProviderOptions::threadpool_args
void * threadpool_args
Definition:
dnnl_provider_options.h:7
onnxruntime
core
providers
dnnl
dnnl_provider_options.h
Generated on Fri Nov 22 2024 02:41:58 for HDK by
1.8.6