1 implementation of Create
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
400
static Tensor<T> ITensor<Tensor<T>, T>.
Create
(scoped ReadOnlySpan<nint> lengths, bool pinned) => Tensor.Create<T>(lengths, pinned);
1 reference to Create
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\Tensor.cs (1)
298
/// <inheritdoc cref="ITensor{TSelf, T}.
Create
(ReadOnlySpan{nint}, bool)" />