Skip to content

Commit 4a904cc

Browse files
Update onnxruntime/core/providers/cpu/math/einsum_utils/einsum_typed_compute_processor.cc
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dbc0117 commit 4a904cc

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)