Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/common/
Dutils.h104 const char STR_FALSE[] = "false"; variable
119 return value ? Option<std::string>(STR_TRUE) : Option<std::string>(STR_FALSE); in ToString()