6 references to Create
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (2)
150
_shape = TensorShape.
Create
(ref reference, span.Length, lengths, strides);
265
_shape = TensorShape.
Create
(ref data, dataLength, lengths, strides);
System\Numerics\Tensors\netcore\TensorShape.cs (2)
1059
=>
Create
(ref Unsafe.AsRef<T>(address), linearLength, lengths, strides: []);
1062
=>
Create
(ref Unsafe.AsRef<T>(address), linearLength, lengths, strides);
System\Numerics\Tensors\netcore\TensorSpan.cs (2)
100
_shape = TensorShape.
Create
(ref reference, span.Length, lengths, strides);
166
_shape = TensorShape.
Create
(ref data, dataLength, lengths, strides);