Home
last modified time | relevance | path

Searched refs:RemoveSubStrMode (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/lite/src/common/
Dutils.h171 enum RemoveSubStrMode { PREFIX, SUFFIX, ANY }; enum
174 std::string RemoveSubStr(const std::string &from, const std::string &sub_str, RemoveSubStrMode mode…
Dutils.cc53 std::string RemoveSubStr(const std::string &from, const std::string &sub_str, RemoveSubStrMode mode… in RemoveSubStr()