blob: 6188fb9d954ff587bb08c91c2128e0962d8e9cfe [file] [log] [blame]
/*!
* Copyright (c) 2015 by Contributors
* \file identity_attach_KL_sparse_reg.cu
* \brief
*/
#include "./identity_attach_KL_sparse_reg-inl.h"
namespace mxnet {
namespace op {
template<>
Operator *CreateOp<gpu>(IdentityAttachKLSparseRegParam param) {
return new IdentityAttachKLSparseRegOp<gpu>(param);
}
} // namespace op
} // namespace mxnet