Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/rknn_benchmark/src/cnpy/
H A Dcnpy.cpp116 std::string str_shape = header.substr(loc1 + 1, loc2 - loc1 - 1); in parse_npy_header() local
117 while (std::regex_search(str_shape, sm, num_regex)) { in parse_npy_header()
119 str_shape = sm.suffix().str(); in parse_npy_header()
176 std::string str_shape = header.substr(loc1 + 1, loc2 - loc1 - 1); in parse_npy_header() local
177 while (std::regex_search(str_shape, sm, num_regex)) { in parse_npy_header()
179 str_shape = sm.suffix().str(); in parse_npy_header()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/cnpy/
H A Dcnpy.cpp116 std::string str_shape = header.substr(loc1 + 1, loc2 - loc1 - 1); in parse_npy_header() local
117 while (std::regex_search(str_shape, sm, num_regex)) { in parse_npy_header()
119 str_shape = sm.suffix().str(); in parse_npy_header()
176 std::string str_shape = header.substr(loc1 + 1, loc2 - loc1 - 1); in parse_npy_header() local
177 while (std::regex_search(str_shape, sm, num_regex)) { in parse_npy_header()
179 str_shape = sm.suffix().str(); in parse_npy_header()