5 references to Create
System.Numerics.Tensors (5)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (2)
117
_shape = TensorShape.
Create
(ref reference, span.Length);
254
_shape = TensorShape.
Create
(ref data, dataLength);
System\Numerics\Tensors\netcore\TensorShape.cs (1)
1072
=>
Create
(ref Unsafe.AsRef<T>(address), linearLength);
System\Numerics\Tensors\netcore\TensorSpan_1.cs (2)
85
_shape = TensorShape.
Create
(ref reference, span.Length);
155
_shape = TensorShape.
Create
(ref data, dataLength);