Skip to content
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</Attribute>
</Attributes>
<Docs>
<summary>To be added.</summary>
<summary>Enumerates the elements of a <see cref="T:System.Numerics.Tensors.ReadOnlyTensorSpan`1" />.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
Expand All @@ -68,7 +68,7 @@
<ReturnType>T</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Gets the element at the current position of the enumerator.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
Expand All @@ -90,7 +90,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<summary>Advances the enumerator to the next element of the span.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
Expand Down
177 changes: 99 additions & 78 deletions xml/System.Numerics.Tensors/ReadOnlyTensorSpan`1.xml

Large diffs are not rendered by default.

375 changes: 198 additions & 177 deletions xml/System.Numerics.Tensors/Tensor.xml

Large diffs are not rendered by default.

3,535 changes: 2,624 additions & 911 deletions xml/System.Numerics.Tensors/TensorPrimitives.xml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions xml/System.Numerics.Tensors/TensorSpan`1+Enumerator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</Attribute>
</Attributes>
<Docs>
<summary>To be added.</summary>
<summary>Enumerates the elements of a <see cref="T:System.Numerics.Tensors.TensorSpan`1" />.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
Expand All @@ -62,7 +62,7 @@
<ReturnType>T</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<summary>Gets the element at the current position of the enumerator.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
Expand All @@ -84,7 +84,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<summary>Advances the enumerator to the next element of the span.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
Expand Down
178 changes: 102 additions & 76 deletions xml/System.Numerics.Tensors/TensorSpan`1.xml

Large diffs are not rendered by default.

Loading