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)
37
public bool IsDense =>
_sliceShape
.IsDense;
55
return new ReadOnlyTensorSpan<T>(ref Unsafe.Add(ref _tensor._reference, linearOffset),
_sliceShape
);