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:
Ginés Hidalgo 2021-11-04 19:19:22 -04:00 committed by GitHub
parent bbeceb7541
commit 90de3c8e7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,6 @@
interface IDMLOperation;
interface IDMLOperator;
enum DML_TENSOR_DATA_TYPE;
struct DML_OPERATOR_DESC;
struct MLOperatorKernelDmlProperties