8 references to InlineBuffer
System.Numerics.Tensors (8)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
2634private TensorShape.InlineBuffer<T> _inline;
System\Numerics\Tensors\netcore\TensorShape.cs (7)
66private readonly InlineBuffer<nint> _inlineLengths; // 4x8 bytes (32) 67private readonly InlineBuffer<nint> _inlineStrides; // 4x8 bytes (32) 68private readonly InlineBuffer<int> _inlineLinearRankOrder; // 4x4 bytes (16) 763InlineBuffer<nint> lengthsBuffer; 803InlineBuffer<nint> intermediateLengthsBuffer; 1123InlineBuffer<nint> intermediateLengthsBuffer; 1127InlineBuffer<nint> intermediateStridesBuffer;