1 write to _length
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\ReadOnlyTensorDimensionSpan_1.cs (1)
31
_length
= TensorPrimitives.Product(tensor.Lengths[..dimension]);
2 references to _length
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\ReadOnlyTensorDimensionSpan_1.cs (2)
40
public nint Length =>
_length
;
49
if ((nuint)index >= (nuint)
_length
)