|
3908 | 3908 | </Parameters> |
3909 | 3909 | <Docs> |
3910 | 3910 | <typeparam name="T">To be added.</typeparam> |
3911 | | - <param name="dimension">The axis along which the tensors will be joined. If axis is -1, arrays are flattened before use. Default is 0.</param> |
3912 | 3911 | <param name="tensors">The tensors must have the same shape, except in the dimension corresponding to axis (the first, by default).</param> |
| 3912 | + <param name="dimension">The axis along which the tensors will be joined. If axis is -1, arrays are flattened before use. Default is 0.</param> |
3913 | 3913 | <summary> |
3914 | 3914 | Join a sequence of tensors along an existing axis. |
3915 | 3915 | </summary> |
|
3974 | 3974 | </Parameters> |
3975 | 3975 | <Docs> |
3976 | 3976 | <typeparam name="T">To be added.</typeparam> |
3977 | | - <param name="dimension">The axis along which the tensors will be joined. If axis is -1, arrays are flattened before use. Default is 0.</param> |
3978 | 3977 | <param name="tensors">The tensors must have the same shape, except in the dimension corresponding to axis (the first, by default).</param> |
| 3978 | + <param name="dimension">The axis along which the tensors will be joined. If axis is -1, arrays are flattened before use. Default is 0.</param> |
3979 | 3979 | <param name="destination" /> |
3980 | 3980 | <summary> |
3981 | 3981 | Join a sequence of tensors along an existing axis. |
|
5214 | 5214 | This method effectively computes <c><typeparamref name="T" />.CosPi(<paramref name="x" />[i])</c>. |
5215 | 5215 | </para> |
5216 | 5216 | <para> |
5217 | | - The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians(System.Single)" /> or multiply by <typeparamref name="T" />.Pi/180 to convert degrees to radians. |
| 5217 | + The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians" /> or multiply by <typeparamref name="T" />.Pi/180 to convert degrees to radians. |
5218 | 5218 | </para> |
5219 | 5219 | <para> |
5220 | | - This method might call into the underlying C runtime or employ instructions specific to the current architecture. Exact results may differ between different operating systems or architectures. |
| 5220 | + This method may call into the underlying C runtime or employ instructions specific to the current architecture. Exact results may differ between different |
| 5221 | + operating systems or architectures. |
5221 | 5222 | </para> |
5222 | 5223 | </remarks> |
5223 | 5224 | </Docs> |
|
5295 | 5296 | This method effectively computes <c><typeparamref name="T" />.CosPi(<paramref name="x" />[i])</c>. |
5296 | 5297 | </para> |
5297 | 5298 | <para> |
5298 | | - The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians(System.Single)" /> or multiply by <typeparamref name="T" />.Pi/180 to convert degrees to radians. |
| 5299 | + The angles in x must be in radians. Use <see cref="M:System.Single.DegreesToRadians" /> or multiply by <typeparamref name="T" />.Pi/180 to convert degrees to radians. |
5299 | 5300 | </para> |
5300 | 5301 | <para> |
5301 | 5302 | This method may call into the underlying C runtime or employ instructions specific to the current architecture. Exact results may differ between different |
|
9177 | 9178 | </Parameters> |
9178 | 9179 | <Docs> |
9179 | 9180 | <typeparam name="T">To be added.</typeparam> |
9180 | | - <param name="x">Value to compare against.</param> |
9181 | 9181 | <param name="y">First <see cref="T:System.Numerics.Tensors.ReadOnlyTensorSpan`1" /> to compare.</param> |
| 9182 | + <param name="x">Value to compare against.</param> |
9182 | 9183 | <summary> |
9183 | 9184 | Compares the elements of two <see cref="T:System.Numerics.Tensors.ReadOnlyTensorSpan`1" /> to see if any elements of <paramref name="y" /> are greater than <paramref name="x" />. |
9184 | 9185 | If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared. |
|
9964 | 9965 | </Parameters> |
9965 | 9966 | <Docs> |
9966 | 9967 | <typeparam name="T">To be added.</typeparam> |
9967 | | - <param name="x">Value to compare against.</param> |
9968 | 9968 | <param name="y">First <see cref="T:System.Numerics.Tensors.ReadOnlyTensorSpan`1" /> to compare.</param> |
| 9969 | + <param name="x">Value to compare against.</param> |
9969 | 9970 | <summary> |
9970 | 9971 | Compares the elements of two <see cref="T:System.Numerics.Tensors.ReadOnlyTensorSpan`1" /> to see if any elements of <paramref name="y" /> are greater than <paramref name="x" />. |
9971 | 9972 | If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared. |
|
11577 | 11578 | </Parameters> |
11578 | 11579 | <Docs> |
11579 | 11580 | <typeparam name="T">To be added.</typeparam> |
11580 | | - <param name="x">Second value to compare against.</param> |
11581 | 11581 | <param name="y">First value to compare.</param> |
| 11582 | + <param name="x">Second value to compare against.</param> |
11582 | 11583 | <summary> |
11583 | 11584 | Compares the elements of two <see cref="T:System.Numerics.Tensors.ReadOnlyTensorSpan`1" /> to see if all elements of <paramref name="y" /> are less than <paramref name="x" />. |
11584 | 11585 | If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared. |
|
12364 | 12365 | </Parameters> |
12365 | 12366 | <Docs> |
12366 | 12367 | <typeparam name="T">To be added.</typeparam> |
12367 | | - <param name="x">Second value to compare against.</param> |
12368 | 12368 | <param name="y">First value to compare.</param> |
| 12369 | + <param name="x">Second value to compare against.</param> |
12369 | 12370 | <summary> |
12370 | 12371 | Compares the elements of two <see cref="T:System.Numerics.Tensors.ReadOnlyTensorSpan`1" /> to see if all elements of <paramref name="y" /> are less than <paramref name="x" />. |
12371 | 12372 | If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared. |
|
18555 | 18556 | <Docs> |
18556 | 18557 | <typeparam name="T">To be added.</typeparam> |
18557 | 18558 | <param name="x">The tensor, represented as a span.</param> |
18558 | | - <param name="n">The degree of the root to be computed, represented as a scalar.</param> |
18559 | 18559 | <param name="destination">The destination tensor, represented as a span.</param> |
| 18560 | + <param name="n">The degree of the root to be computed, represented as a scalar.</param> |
18560 | 18561 | <summary>Computes the element-wise n-th root of the values in the specified tensor.</summary> |
18561 | 18562 | <returns>To be added.</returns> |
18562 | 18563 | <remarks>To be added.</remarks> |
|
20842 | 20843 | </Parameters> |
20843 | 20844 | <Docs> |
20844 | 20845 | <typeparam name="T">To be added.</typeparam> |
20845 | | - <param name="dimension">Index of where the new dimension will be.</param> |
20846 | 20846 | <param name="tensors">Input <see cref="T:System.Numerics.Tensors.Tensor`1" />.</param> |
| 20847 | + <param name="dimension">Index of where the new dimension will be.</param> |
20847 | 20848 | <summary> |
20848 | 20849 | Join multiple <see cref="T:System.Numerics.Tensors.Tensor`1" /> along a new dimension. The axis parameter specifies the index of the new dimension. All tensors must have the same shape. |
20849 | 20850 | </summary> |
|
0 commit comments