dispose method

void dispose()

Implementation

void dispose() {
  finalizer.detach(this);
  cdnn.Layer_Close(ptr);
}