Skip to content

Commit 3cf2e94

Browse files
committed
Merge branch 'hari/einsum_fix_1' of https://github.com/microsoft/onnxruntime into hari/einsum_fix_1
2 parents 3325ac2 + 4a904cc commit 3cf2e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/core/providers/cpu/math/einsum_utils/einsum_typed_compute_processor.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ Status EinsumTypedComputeProcessor<T>::Run() {
367367
std::unique_ptr<const Tensor> result;
368368

369369
{
370-
TensorShapeVector reduced_dims; // All dims of the input that are reduced using the `ReduceSum` op
370+
TensorShapeVector reduced_dims; // All dims of the input that are reduced using the `ReduceSum` op
371371
reduced_dims.reserve(num_subscript_labels); // num_subscript_labels is the upper bound. No harm in over-reserving
372372

373373
TensorShapeVector all_dims; // All dimension indices from 0 to num_subscript_labels - 1

0 commit comments

Comments
 (0)