MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / set_error_tracker

Method set_error_tracker

dnn/include/megdnn/oprs/base.h:54–54  ·  view source on GitHub ↗

! * \brief set the tracker to be used with MegcoreAsyncErrorInfo * * Most operators do not have async errors so this function has a * default empty implementation. */

Source from the content-addressed store, hash-verified

52 * default empty implementation.
53 */
54 virtual void set_error_tracker(void*) {}
55
56private:
57 Handle* m_handle;

Calls

no outgoing calls

Tested by

no test coverage detected