2 references to Create
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
189
_shape = TensorShape.
Create
(array, start, lengths, strides, out nint linearOffset);
System\Numerics\Tensors\netcore\TensorSpan.cs (1)
122
_shape = TensorShape.
Create
(array, start, lengths, strides, out nint linearOffset);