5 references to Create
System.Numerics.Tensors (5)
System\Numerics\Tensors\netcore\ReadOnlyTensorDimensionSpan_1.cs (1)
33_sliceShape = TensorShape.Create((dimension != tensor.Rank) ? tensor.Lengths[dimension..] : [1], tensor.Strides[dimension..], tensor.IsPinned);
System\Numerics\Tensors\netcore\Tensor.cs (2)
421TensorShape shape = TensorShape.Create(lengths, strides, pinned); 2201TensorShape tmpShape = TensorShape.Create(tensor.Lengths[1..], tensor.Strides[1..], tensor.IsPinned);
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
29_shape = TensorShape.Create(lengths, strides, pinned);
System\Numerics\Tensors\netcore\TensorDimensionSpan_1.cs (1)
30_sliceShape = TensorShape.Create((dimension != tensor.Rank) ? tensor.Lengths[dimension..] : [1], tensor.Strides[dimension..], tensor.IsPinned);