Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/common/
Dstring_util.cc166 size_t Hex2ByteArray(const std::string &hex_str, unsigned char *byte_array, size_t max_len) { in Hex2ByteArray() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/runtime_cpp/
Dmain.cc706 size_t Hex2ByteArray(const std::string &hex_str, unsigned char *byte_array, size_t max_len) { in Hex2ByteArray() function