4 references to Create
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
271
_shape = TensorShape.
Create
(ref data, dataLength, lengths, strides, linearRankOrder);
System\Numerics\Tensors\netcore\TensorShape.cs (2)
1032
=>
Create
(ref reference, linearLength, lengths, strides: [], linearRankOrder: []);
1035
=>
Create
(ref reference, linearLength, lengths, strides, linearRankOrder: []);
System\Numerics\Tensors\netcore\TensorSpan.cs (1)
172
_shape = TensorShape.
Create
(ref data, dataLength, lengths, strides, linearRankOrder);