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

[v1.x] porting #19756 to v1.x #19757

Merged
merged 1 commit into from
Jan 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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