4 references to InlineBufferCount
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\TensorShape.cs (4)
89nint[] metadata = new nint[rank * InlineBufferCount]; 294nint[] metadata = new nint[rank * InlineBufferCount]; 344int rank = metadata.Length / InlineBufferCount; 363int rank = metadata.Length / InlineBufferCount;