Skip to content

Commit 04911fd

Browse files
committed
System.Numerics.Tensors docs
1 parent 3db5e71 commit 04911fd

File tree

5 files changed

+144
-24
lines changed

5 files changed

+144
-24
lines changed

xml/System.Numerics.Tensors/ReadOnlyTensorSpan`1.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@
724724
<param name="destination">To be added.</param>
725725
<summary>To be added.</summary>
726726
<remarks>To be added.</remarks>
727-
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)" />
727+
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.CopyTo(System.Numerics.Tensors.TensorSpan{`1}@)" />
728728
</Docs>
729729
</Member>
730730
<Member MemberName="Empty">
@@ -1481,9 +1481,9 @@
14811481
</Parameter>
14821482
</Parameters>
14831483
<Docs>
1484-
<param name="array">To be added.</param>
1485-
<summary>To be added.</summary>
1486-
<returns>To be added.</returns>
1484+
<param name="array">The array to convert to a readonly tensor span.</param>
1485+
<summary>Defines an implicit conversion of an array to a readonly tensor span.</summary>
1486+
<returns>The readonly tensor span that corresponds to <paramref name="array" />.</returns>
14871487
<remarks>To be added.</remarks>
14881488
</Docs>
14891489
</Member>
@@ -2192,7 +2192,7 @@
21922192
<summary>To be added.</summary>
21932193
<returns>To be added.</returns>
21942194
<remarks>To be added.</remarks>
2195-
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)" />
2195+
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@)" />
21962196
</Docs>
21972197
</Member>
21982198
<Member MemberName="TryFlattenTo">

0 commit comments

Comments
 (0)