1 write to _sliceShape
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\ReadOnlyTensorDimensionSpan_1.cs (1)
33_sliceShape = TensorShape.Create((dimension != tensor.Rank) ? tensor.Lengths[dimension..] : [1], tensor.Strides[dimension..], tensor.IsPinned);
2 references to _sliceShape
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\ReadOnlyTensorDimensionSpan_1.cs (2)
37public bool IsDense => _sliceShape.IsDense; 55return new ReadOnlyTensorSpan<T>(ref Unsafe.Add(ref _tensor._reference, linearOffset), _sliceShape);