Skip to content

Commit

Permalink
Merge branch 'user/sheilk/bump-dml-1.15' of https://github.com/micros…
Browse files Browse the repository at this point in the history
…oft/onnxruntime into user/sheilk/bump-dml-1.15
  • Loading branch information
Sheil Kumar committed Jul 19, 2024
2 parents ebff6b8 + 1ccd380 commit 55261d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ class DmlOperatorResize : public DmlOperator, public ResizeHelper

DML_OPERATOR_DESC opDesc = {};
const int antialiased = kernelCreationContext.GetOptionalAttribute<int>(AttrName::Antialiased, 0);

DML_RESAMPLE3_OPERATOR_DESC operatorDesc = {};
operatorDesc.Antialiased = static_cast<BOOL>(antialiased);
operatorDesc.InputTensor = inputDescs.data();
Expand Down

0 comments on commit 55261d0

Please sign in to comment.