Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Some misleading syntax #99

Open
Jokeren opened this issue Mar 1, 2016 · 1 comment
Open

Some misleading syntax #99

Jokeren opened this issue Mar 1, 2016 · 1 comment

Comments

@Jokeren
Copy link

Jokeren commented Mar 1, 2016

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?

@szha
Copy link
Member

szha commented Aug 4, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants