5 references to Create
System.Numerics.Tensors (5)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (2)
116
_shape = TensorShape.
Create
(ref reference, span.Length);
253
_shape = TensorShape.
Create
(ref data, dataLength);
System\Numerics\Tensors\netcore\TensorShape.cs (1)
1056
=>
Create
(ref Unsafe.AsRef<T>(address), linearLength);
System\Numerics\Tensors\netcore\TensorSpan.cs (2)
84
_shape = TensorShape.
Create
(ref reference, span.Length);
154
_shape = TensorShape.
Create
(ref data, dataLength);