public void Unload() { for (int i = 0; i < inputsOnGPU.Length; i++) { GPUHelper.ScrapInputBuffer(inputsOnGPU[i]); } }