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