Skip to content

Commit cc987b7

Browse files
committed
System.Numerics.Tensors docs
1 parent dc8c6bd commit cc987b7

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">
@@ -1479,9 +1479,9 @@
14791479
</Parameter>
14801480
</Parameters>
14811481
<Docs>
1482-
<param name="array">To be added.</param>
1483-
<summary>To be added.</summary>
1484-
<returns>To be added.</returns>
1482+
<param name="array">The array to convert to a readonly tensor span.</param>
1483+
<summary>Defines an implicit conversion of an array to a readonly tensor span.</summary>
1484+
<returns>The readonly tensor span that corresponds to <paramref name="array" />.</returns>
14851485
<remarks>To be added.</remarks>
14861486
</Docs>
14871487
</Member>
@@ -2189,7 +2189,7 @@
21892189
<summary>To be added.</summary>
21902190
<returns>To be added.</returns>
21912191
<remarks>To be added.</remarks>
2192-
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@|System.Runtime.InteropServices.InAttribute)" />
2192+
<inheritdoc cref="M:System.Numerics.Tensors.IReadOnlyTensor`2.TryCopyTo(System.Numerics.Tensors.TensorSpan{`1}@)" />
21932193
</Docs>
21942194
</Member>
21952195
<Member MemberName="TryFlattenTo">

0 commit comments

Comments
 (0)