5 references to Create
System.Numerics.Tensors (5)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (2)
144
_shape = TensorShape.
Create
(ref reference, span.Length, lengths, strides, pinned: false);
243
_shape = TensorShape.
Create
(ref data, dataLength, lengths, strides, pinned);
System\Numerics\Tensors\netcore\TensorShape.cs (1)
957
=>
Create
(ref Unsafe.AsRef<T>(address), linearLength, lengths, strides, pinned: true);
System\Numerics\Tensors\netcore\TensorSpan_1.cs (2)
92
_shape = TensorShape.
Create
(ref reference, span.Length, lengths, strides, pinned: false);
143
_shape = TensorShape.
Create
(ref data, dataLength, lengths, strides, pinned);