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

Commit

Permalink
initial commit (#19756)
Browse files Browse the repository at this point in the history
  • Loading branch information
samskalicky committed Jan 16, 2021
1 parent 636b6e2 commit 2fc0706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mxnet/lib_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class MXerrorMsgs {
};

// Add a new error message, example: MX_ERROR_MSG << "my error msg";
#define MX_ERROR_MSG MXerrorMsgs::get()->add(__FILE__, __LINE__)
#define MX_ERROR_MSG mxnet::ext::MXerrorMsgs::get()->add(__FILE__, __LINE__)

/*!
* \brief Tensor data type, consistent with mshadow data type
Expand Down

0 comments on commit 2fc0706

Please sign in to comment.