Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dascend_kernel_compile.cc48 const int kAscii_0 = 48; variable
173 if (static_cast<int>(str[i]) < kAscii_0 || static_cast<int>(str[i]) > kAscii_9) { in IsDigit()