1 write to _length
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorDimensionSpan_1.cs (1)
28_length = TensorPrimitives.Product(tensor.Lengths[..dimension]);
2 references to _length
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorDimensionSpan_1.cs (2)
37public nint Length => _length; 46if ((nuint)index >= (nuint)_length)