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