free method

void free()

Implementation

void free() {
  CudaEngine.free(id);
  CudaEngine.free('${id}_grad');
}