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)
64private readonly InlineBuffer<nint> _inlineLengths; // 4x8 bytes (32) 65private readonly InlineBuffer<nint> _inlineStrides; // 4x8 bytes (32) 66private readonly InlineBuffer<int> _inlineLinearRankOrder; // 4x4 bytes (16) 779InlineBuffer<nint> lengthsBuffer; 819InlineBuffer<nint> intermediateLengthsBuffer; 1161InlineBuffer<nint> intermediateLengthsBuffer; 1165InlineBuffer<nint> intermediateStridesBuffer;