Home
last modified time | relevance | path

Searched defs:ContractError (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/utils/
Dcontract.h29 explicit ContractError(const std::string &msg) : std::logic_error(msg) {} in ContractError() function
30 explicit ContractError(const char *msg) : std::logic_error(msg) {} in ContractError() function