1 reference to MinBufferSizeInBytes
Microsoft.ML.FastTree (1)
Utils\BufferPoolManager.cs (1)
81
if (buffer != null && buffer.Length * Marshal.SizeOf(typeof(T)) >=
MinBufferSizeInBytes
)