2 implementations of CreateFromShapeUninitialized
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
379
static Tensor<T> ITensor<Tensor<T>, T>.
CreateFromShapeUninitialized
(scoped ReadOnlySpan<nint> lengths, bool pinned) => Tensor.CreateFromShapeUninitialized<T>(lengths, pinned);
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
452
static TensorSpan<T> ITensor<TensorSpan<T>, T>.
CreateFromShapeUninitialized
(scoped ReadOnlySpan<nint> lengths, bool pinned) => Tensor.CreateFromShapeUninitialized<T>(lengths, pinned);
1 reference to CreateFromShapeUninitialized
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\Tensor.cs (1)
326
/// <inheritdoc cref="ITensor{TSelf, T}.
CreateFromShapeUninitialized
(ReadOnlySpan{nint}, bool)" />