We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3325ac2 + 4a904cc commit 3cf2e94Copy full SHA for 3cf2e94
onnxruntime/core/providers/cpu/math/einsum_utils/einsum_typed_compute_processor.cc
@@ -367,7 +367,7 @@ Status EinsumTypedComputeProcessor<T>::Run() {
367
std::unique_ptr<const Tensor> result;
368
369
{
370
- TensorShapeVector reduced_dims; // All dims of the input that are reduced using the `ReduceSum` op
+ TensorShapeVector reduced_dims; // All dims of the input that are reduced using the `ReduceSum` op
371
reduced_dims.reserve(num_subscript_labels); // num_subscript_labels is the upper bound. No harm in over-reserving
372
373
TensorShapeVector all_dims; // All dimension indices from 0 to num_subscript_labels - 1
0 commit comments