Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TryConvertTensorToBroadcastScalar build break (#18497)
### Description Fix TryConvertTensorToBroadcastScalar build break, caused by incorrect method call. - else if (!IsCpuData()) + else if (!constExpTensor->IsCpuData()) ### Motivation and Context Previous build causing build break. Co-authored-by: Christian Larson <[email protected]>
- Loading branch information