mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-03 03:58:54 +00:00
Update MLOperatorAuthorPrivate.h (#9575)
Updated MLOperatorAuthorPrivate.h to remove `enum DML_TENSOR_DATA_TYPE;` to avoid warning "C4471: 'DML_TENSOR_DATA_TYPE': a forward declaration of an unscoped enumeration must have an underlying type"
This commit is contained in:
parent
bbeceb7541
commit
90de3c8e7c
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
interface IDMLOperation;
|
||||
interface IDMLOperator;
|
||||
enum DML_TENSOR_DATA_TYPE;
|
||||
struct DML_OPERATOR_DESC;
|
||||
|
||||
struct MLOperatorKernelDmlProperties
|
||||
|
|
|
|||
Loading…
Reference in a new issue