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

Commit 2fc0706

Browse files
authored
initial commit (#19756)
1 parent 636b6e2 commit 2fc0706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mxnet/lib_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ class MXerrorMsgs {
242242
};
243243

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

247247
/*!
248248
* \brief Tensor data type, consistent with mshadow data type

0 commit comments

Comments
 (0)