System\Numerics\Tensors\netcore\Tensor_1.cs (10)
33_shape = TensorShape.Create(lengths);
42_shape = TensorShape.Create(lengths, strides);
51_shape = TensorShape.Create(array);
60_shape = TensorShape.Create(array, lengths);
69_shape = TensorShape.Create(array, lengths, strides);
78_shape = TensorShape.Create(array, start, lengths, strides);
87_shape = TensorShape.Create(array, start, lengths, strides, linearRankOrder);
98_shape = shape;
109_shape = shape;
118_shape = default;