mshadow icon indicating copy to clipboard operation
mshadow copied to clipboard

Some misleading syntax

Open Jokeren opened this issue 8 years ago • 1 comments

In Dot_engine-inl.h, the default type of a template argument is set by

template<typename Device, typename DType = default_real_t>

While in other places like Tensor.h, I notice that DType is set by #define MSHADOW_DEFAULT_DTYPE = default_real_t.

Should we define them in a consistent way?

Jokeren avatar Mar 01 '16 07:03 Jokeren

This code base has been donated to the Apache MXNet project per #373, and repo is deprecated. Future development and issue tracking should continue in Apache MXNet.

szha avatar Aug 04 '19 00:08 szha