4 references to Create
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\Tensor.cs (3)
437TensorShape shape = TensorShape.Create(lengths, strides: []); 445TensorShape shape = TensorShape.Create(lengths, strides); 2299TensorShape tmpShape = TensorShape.Create(tensor.Lengths[1..], tensor.Strides[1..]);
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
42_shape = TensorShape.Create(lengths, strides);