Method Reserve Reserve(int) Reserves memory for count elements. Declaration public void Reserve(int count) Parameters Type Name Description int count The number of elements to reserve in memory. Implements ITensorData.Reserve(int)