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)
40public nint Length => _length; 49if ((nuint)index >= (nuint)_length)