4 references to Create
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (2)
131
_shape = TensorShape.
Create
(ref reference, span.Length, lengths);
259
_shape = TensorShape.
Create
(ref data, dataLength, lengths);
System\Numerics\Tensors\netcore\TensorSpan.cs (2)
92
_shape = TensorShape.
Create
(ref reference, span.Length, lengths);
160
_shape = TensorShape.
Create
(ref data, dataLength, lengths);