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);