3 references to Create
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
114
_shape = TensorShape.
Create
(ref reference, span.Length, pinned: false);
System\Numerics\Tensors\netcore\TensorShape.cs (1)
954
=>
Create
(ref Unsafe.AsRef<T>(address), linearLength, pinned: true);
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
80
_shape = TensorShape.
Create
(ref reference, span.Length, pinned: false);