HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OrtMIGraphXProviderOptions Struct Reference

MIGraphX Provider Options. More...

#include <onnxruntime_c_api.h>

Public Attributes

int device_id
 
int migraphx_fp16_enable
 
int migraphx_int8_enable
 

Detailed Description

MIGraphX Provider Options.

See Also
OrtApi::SessionOptionsAppendExecutionProvider_MIGraphX

Definition at line 545 of file onnxruntime_c_api.h.

Member Data Documentation

int OrtMIGraphXProviderOptions::device_id

Definition at line 546 of file onnxruntime_c_api.h.

int OrtMIGraphXProviderOptions::migraphx_fp16_enable

Definition at line 547 of file onnxruntime_c_api.h.

int OrtMIGraphXProviderOptions::migraphx_int8_enable

Definition at line 548 of file onnxruntime_c_api.h.


The documentation for this struct was generated from the following file: