Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
remove inline
Browse files Browse the repository at this point in the history
  • Loading branch information
azai91 committed Sep 12, 2018
1 parent e122023 commit 633d44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mxnet/random_generator.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class RandGenerator<cpu, DType> {
Impl(const Impl &) = delete;
Impl &operator=(const Impl &) = delete;

MSHADOW_XINLINE int rand();
int rand();

MSHADOW_XINLINE FType uniform() {
typedef typename std::conditional<std::is_integral<DType>::value,
Expand Down

0 comments on commit 633d44e

Please sign in to comment.