Theano1.0 has changed the interface of the function-  The original interface was: class GpuAllocEmpty(GpuOp); but now: class GpuAllocEmpty(HideC, AllocEmpty); What should I do if I want to change to the corresponding interface? Thank you.