Simplify Identity operator implementation
This MR simplify the implementation of the Identity operator by using std::copy or cudaMemcpy.
Edited by Jacques Xing
This MR simplify the implementation of the Identity operator by using std::copy or cudaMemcpy.