6 references to Create
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\ReadOnlyTensorDimensionSpan_1.cs (1)
31_sliceShape = TensorShape.Create((dimension != tensor.Rank) ? tensor.Lengths[dimension..] : [1], tensor.Strides[dimension..]);
System\Numerics\Tensors\netcore\Tensor.cs (3)
420TensorShape shape = TensorShape.Create(lengths, strides: []); 428TensorShape shape = TensorShape.Create(lengths, strides); 2282TensorShape tmpShape = TensorShape.Create(tensor.Lengths[1..], tensor.Strides[1..]);
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
42_shape = TensorShape.Create(lengths, strides);
System\Numerics\Tensors\netcore\TensorDimensionSpan_1.cs (1)
30_sliceShape = TensorShape.Create((dimension != tensor.Rank) ? tensor.Lengths[dimension..] : [1], tensor.Strides[dimension..]);